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

Private Member Functions

subroutine equationsmapping_dynamicmatricescoeffsset1 (EQUATIONS_MAPPING, DAMPING_MATRIX_COEFFICIENT, STIFFNESS_MATRIX_COEFFICIENT, ERR, ERROR,)
 Sets/changes the matrix coefficients in a first order dynamic equations mapping. More...
 
subroutine equationsmapping_dynamicmatricescoeffsset2 (EQUATIONS_MAPPING, MASS_MATRIX_COEFFICIENT, DAMPING_MATRIX_COEFFICIENT, STIFFNESS_MATRIX_COEFFICIENT, ERR, ERROR,)
 Sets/changes the matrix coefficients in a second order dynamic equations mapping. More...
 

Detailed Description

Definition at line 98 of file equations_mapping_routines.f90.

Member Function/Subroutine Documentation

subroutine equations_mapping_routines::equationsmapping_dynamicmatricescoeffsset::equationsmapping_dynamicmatricescoeffsset1 ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
real(dp), intent(in)  DAMPING_MATRIX_COEFFICIENT,
real(dp), intent(in)  STIFFNESS_MATRIX_COEFFICIENT,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the matrix coefficients in a first order dynamic equations mapping.

Parameters
equations_mappingA pointer to the equations mapping to set
[in]damping_matrix_coefficientThe damping matrix coefficient
[in]stiffness_matrix_coefficientThe stiffness matrix coefficient
[out]errThe error code
[out]errorThe error string

Definition at line 1853 of file equations_mapping_routines.f90.

subroutine equations_mapping_routines::equationsmapping_dynamicmatricescoeffsset::equationsmapping_dynamicmatricescoeffsset2 ( type(equations_mapping_type), pointer  EQUATIONS_MAPPING,
real(dp), intent(in)  MASS_MATRIX_COEFFICIENT,
real(dp), intent(in)  DAMPING_MATRIX_COEFFICIENT,
real(dp), intent(in)  STIFFNESS_MATRIX_COEFFICIENT,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the matrix coefficients in a second order dynamic equations mapping.

Parameters
equations_mappingA pointer to the equations mapping to set
[in]mass_matrix_coefficientThe mass matrix coefficient
[in]damping_matrix_coefficientThe damping matrix coefficient
[in]stiffness_matrix_coefficientThe stiffness matrix coefficient
[out]errThe error code
[out]errorThe error string

Definition at line 1923 of file equations_mapping_routines.f90.