OpenCMISS-Iron Internal API Documentation
EQUATIONS_ROUTINES::LumpingTypes

Equations matrices lumping types. More...

Variables

integer(intg), parameter, public equations_routines::equations_unlumped_matrices =1
 The equations matrices are not lumped. More...
 
integer(intg), parameter, public equations_routines::equations_lumped_matrices =2
 The equations matrices are "mass" lumped. More...
 

Detailed Description

Equations matrices lumping types.

See also
EQUATIONS_ROUTINES,OPENCMISS::Equations::LumpingTypes

Variable Documentation

integer(intg), parameter, public equations_routines::equations_unlumped_matrices =1

The equations matrices are not lumped.

See also
EQUATIONS_ROUTINES::LumpingTypes,EQUATIONS_ROUTINES

Definition at line 87 of file equations_routines.f90.

Referenced by equations_routines::equations_initialise(), and equations_routines::equations_lumping_type_set().