OpenCMISS-Iron Internal API Documentation
KINDS::IntegerKinds

Kind parameters for integer data types. More...

Variables

integer, parameter kinds::intg =SELECTED_INT_KIND(9)
 Standard integer kind. More...
 
integer, parameter kinds::sintg =SELECTED_INT_KIND(4)
 Short integer kind. More...
 
integer, parameter kinds::lintg =SELECTED_INT_KIND(18)
 Long integer kind. More...
 
integer, parameter kinds::ptr =INTG
 Pointer integer kind. More...
 
integer, parameter kinds::idx =INTG
 Integer index kind. More...
 
integer, parameter kinds::lidx =LINTG
 Long integer index kind. More...
 

Detailed Description

Kind parameters for integer data types.

See also
KINDS,OPENCMISS::Kinds::Integers

Variable Documentation

integer, parameter kinds::idx =INTG

Integer index kind.

Definition at line 59 of file kinds.f90.

integer, parameter kinds::intg =SELECTED_INT_KIND(9)

Standard integer kind.

See also
KINDS::IntegerKinds,KINDS

Definition at line 55 of file kinds.f90.

Referenced by binary_file::open_cmiss_binary_file(), and solver_mapping_routines::solver_mapping_calculate().

integer, parameter kinds::lidx =LINTG

Long integer index kind.

Definition at line 60 of file kinds.f90.

integer, parameter kinds::lintg =SELECTED_INT_KIND(18)

Long integer kind.

See also
KINDS::IntegerKinds,KINDS

Definition at line 57 of file kinds.f90.

integer, parameter kinds::ptr =INTG

Pointer integer kind.

Definition at line 58 of file kinds.f90.

Referenced by advection_equation_routines::advection_equation_finite_element_calculate(), cmiss_cellml::cellml_destroy(), darcy_pressure_equations_routines::darcypressure_finiteelementresidualevaluate(), data_projection_routines::data_projection_newton_elements_evaluate_2(), data_projection_routines::data_projection_newton_elements_evaluate_3(), data_projection_routines::data_projection_newton_faces_evaluate(), finite_elasticity_routines::finite_elasticity_evaluate_evolution_law(), finite_elasticity_routines::finiteelasticity_presolveupdateboundaryconditions(), fluid_mechanics_io_routines::fluid_mechanics_io_write_cmgui(), fluid_mechanics_io_routines::fluid_mechanics_io_write_encas(), fluid_mechanics_io_routines::fluid_mechanics_io_write_encas_block(), navier_stokes_equations_routines::NavierStokes_CalculateElementMetrics::navierstokes_calculateelementmetrics(), navier_stokes_equations_routines::NavierStokes_FiniteElementJacobianEvaluate::navierstokes_finiteelementjacobianevaluate(), navier_stokes_equations_routines::NavierStokes_FiniteElementResidualEvaluate::navierstokes_finiteelementresidualevaluate(), navier_stokes_equations_routines::NavierStokes_ResidualBasedStabilisation::navierstokes_residualbasedstabilisation(), poisson_equations_routines::poisson_equation_finite_element_calculate(), solver_mapping_routines::solver_mapping_calculate(), solver_mapping_routines::solver_mapping_interface_condition_add(), solver_matrices_routines::solver_matrices_create_finish(), and stokes_equations_routines::stokes_finite_element_calculate().

integer, parameter kinds::sintg =SELECTED_INT_KIND(4)

Short integer kind.

See also
KINDS::IntegerKinds,KINDS

Definition at line 56 of file kinds.f90.