OpenCMISS-Iron Internal API Documentation
equations_mapping_routines::equationsmapping_dynamicmatricesset Interface Reference

Private Member Functions

subroutine equations_mapping_dynamic_matrices_set_1 (EQUATIONS_MAPPING, DAMPING_MATRIX, STIFFNESS_MATRIX, ERR, ERROR,)
 Sets/changes the matrices involved in a first order dynamic equations mapping. More...
 
subroutine equations_mapping_dynamic_matrices_set_2 (EQUATIONS_MAPPING, MASS_MATRIX, DAMPING_MATRIX, STIFFNESS_MATRIX, ERR, ERROR,)
 Sets/changes the matrices involved in a second order dynamic equations mapping. More...
 

Detailed Description

Definition at line 88 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_mapping_routines::equationsmapping_dynamicmatricesset::equations_mapping_dynamic_matrices_set_1 ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
logical, intent(in)  DAMPING_MATRIX,
logical, intent(in)  STIFFNESS_MATRIX,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the matrices involved in a first order dynamic equations mapping.

Parameters
equations_mappingA pointer to the equations mapping to set the first order matrices for
[in]damping_matrixIs .TRUE. if the damping matrix is in the equations mapping, .FALSE. if not
[in]stiffness_matrixIs .TRUE. if the stiffness matrix is in the equations mapping, .FALSE. if not
[out]errThe error code
[out]errorThe error string

Definition at line 1730 of file equations_mapping_routines.f90.

subroutine equations_mapping_routines::equationsmapping_dynamicmatricesset::equations_mapping_dynamic_matrices_set_2 ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
logical, intent(in)  MASS_MATRIX,
logical, intent(in)  DAMPING_MATRIX,
logical, intent(in)  STIFFNESS_MATRIX,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the matrices involved in a second order dynamic equations mapping.

Parameters
equations_mappingA pointer to the equations mapping to set the first order matrices for
[in]mass_matrixIs .TRUE. if the mass matrix is in the equations mapping, .FALSE. if not
[in]damping_matrixIs .TRUE. if the damping matrix is in the equations mapping, .FALSE. if not
[in]stiffness_matrixIs .TRUE. if the stiffness matrix is in the equations mapping, .FALSE. if not
[out]errThe error code
[out]errorThe error string

Definition at line 1788 of file equations_mapping_routines.f90.