OpenCMISS-Iron Internal API Documentation
hamilton_jacobi_equations_routines::SOLVE_PROBLEM_FMM Interface Reference

Private Member Functions

subroutine solve_problem_fmm (TOTAL_NUMBER_OF_NODES, NODE_LIST, CONDUCTIVITY_TENSOR, SPEED_FUNCTION_TABLE, SEED_VALUE, CONNECTIVITY_NUMBER, CONNECTIVITY_LIST, STATUS_MASK)
 

Detailed Description

Definition at line 3633 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::SOLVE_PROBLEM_FMM::solve_problem_fmm ( integer(intg), intent(in)  TOTAL_NUMBER_OF_NODES,
real(dp), dimension(:,:), allocatable  NODE_LIST,
real(dp), dimension(:,:), allocatable  CONDUCTIVITY_TENSOR,
real(dp), dimension(:,:), allocatable  SPEED_FUNCTION_TABLE,
real(dp), dimension(:), allocatable  SEED_VALUE,
integer(intg), dimension(:), allocatable  CONNECTIVITY_NUMBER,
integer(intg), dimension(:,:), allocatable  CONNECTIVITY_LIST,
character (len=10), dimension(:), allocatable  STATUS_MASK 
)
private

Definition at line 3635 of file Hamilton_Jacobi_equations_routines.f90.