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

Calculates to give back the number of nodes from input file. More...

Private Member Functions

subroutine number_of_input_nodes (INPUT_FILE_NAME, INPUT_FILE_FORMAT, TOTAL_NUMBER_OF_NODES, TOTAL_NUMBER_OF_ELEMENTS, TOTAL_NUMBER_OF_CONNECTIVITY, Err)
 

Detailed Description

Calculates to give back the number of nodes from input file.

Definition at line 1672 of file Hamilton_Jacobi_equations_routines.f90.

Member Function/Subroutine Documentation

subroutine hamilton_jacobi_equations_routines::NUMBER_OF_INPUT_NODES::number_of_input_nodes ( character (len=300)  INPUT_FILE_NAME,
character (len=10)  INPUT_FILE_FORMAT,
integer(intg), intent(out)  TOTAL_NUMBER_OF_NODES,
integer(intg), intent(out)  TOTAL_NUMBER_OF_ELEMENTS,
integer(intg), intent(out)  TOTAL_NUMBER_OF_CONNECTIVITY,
integer(intg)  Err 
)
private

Definition at line 1674 of file Hamilton_Jacobi_equations_routines.f90.