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

to EXPORT output. More...

Private Member Functions

subroutine post_process_data (MATERIAL_BEHAVIOUR, OUTPUT_FILE_NAME, OUTPUT_FILE_FORMAT, TOTAL_NUMBER_OF_NODES, NODE_LIST, CONDUCTIVITY_TENSOR, SPEED_FUNCTION_TABLE, SEED_VALUE, CONNECTIVITY_NUMBER, OUTPUT_FILE_FIELD_TITLE, CONNECTIVITY_LIST, ELEMENT_LIST, TOTAL_NUMBER_OF_ELEMENTS, NUMBER_OF_NODES_PER_ELEMENT, Err)
 

Detailed Description

to EXPORT output.

Definition at line 4371 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::POST_PROCESS_DATA::post_process_data ( character (len=12)  MATERIAL_BEHAVIOUR,
character (len=300)  OUTPUT_FILE_NAME,
character (len=10)  OUTPUT_FILE_FORMAT,
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,
character (len=300)  OUTPUT_FILE_FIELD_TITLE,
integer(intg), dimension(:,:), allocatable  CONNECTIVITY_LIST,
integer(intg), dimension(:,:), allocatable  ELEMENT_LIST,
integer(intg), intent(in)  TOTAL_NUMBER_OF_ELEMENTS,
integer(intg), intent(in)  NUMBER_OF_NODES_PER_ELEMENT,
integer(intg)  Err 
)
private

Definition at line 4374 of file Hamilton_Jacobi_equations_routines.f90.