OpenCMISS-Iron Internal API Documentation
hamilton_jacobi_equations_routines Module Reference

This module handles all Hamilton-Jacobi equations routines. More...

Data Types

interface  FIND_MINIMAX
 Calculates minimum and maximum value at array A. More...
 
interface  GENERATE_STATUS_MASK
 Calculates status mask for the local nodes. More...
 
interface  HJ_BoundaryConditionsAnalyticCalculate
 Calculates the analytic solution and sets the boundary conditions for an analytic problem. More...
 
interface  HJ_EQUATION_EQUATIONS_SET_SETUP
 Sets up the Hamilton-Jacobi equation type of a classical field equations set class. More...
 
interface  HJ_EQUATION_EQUATIONS_SET_STANDARD_SETUP
 Sets up the standard Hamilton-Jacobi equation. More...
 
interface  HJ_EQUATION_FAST_MARCHING_CALCULATE
 Calculates the connectivity and seed values for a Hamilton-Jacobi equation fast marching equations set. More...
 
interface  HJ_EQUATION_FINITE_ELEMENT_CALCULATE
 Calculates the element stiffness matrices and RHS for a Hamilton-Jacobi equation finite element equations set. More...
 
interface  HJ_EQUATION_PROBLEM_SETUP
 Sets up the Hamilton-Jacobi problem. More...
 
interface  HJ_EQUATION_PROBLEM_STANDARD_SETUP
 Sets up the standard Hamilton-Jacobi equations problem. More...
 
interface  HJEquation_EquationsSetSolutionMethodSet
 Sets/changes the solution method for a Hamilton-Jacobi equation type of an classical field equations set class. More...
 
interface  HJEquation_EquationsSetSpecificationSet
 Sets the equation specification for a Hamilton-Jacobi equation type of a classical field equations set class. More...
 
interface  HJEquation_ProblemSpecificationSet
 Sets the problem specification for a Hamilton-Jacobi equation type. More...
 
interface  NUMBER_OF_INPUT_NODES
 Calculates to give back the number of nodes from input file. More...
 
interface  POST_PROCESS_DATA
 to EXPORT output. More...
 
interface  PRE_PROCESS_INFORMATION
 to READ input file. More...
 
interface  SOLVE_PROBLEM_FMM
 
interface  SOLVE_PROBLEM_FMM_CONNECTIVITY
 
interface  SOLVE_PROBLEM_GEODESIC
 
interface  SOLVE_PROBLEM_GEODESIC_CONNECTIVITY
 
interface  VECTOR_VECTOR_PRODUCT
 Calculates and returns the VECTOR-VECTOR-prouct of the double precision VECTOR A*B in C. More...
 

Detailed Description

This module handles all Hamilton-Jacobi equations routines.