|
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...
|
|
subroutine equations_mapping_routines::equations_mapping_dynamic_matrices_set::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_mapping | A pointer to the equations mapping to set the first order matrices for |
[in] | damping_matrix | Is .TRUE. if the damping matrix is in the equations mapping, .FALSE. if not |
[in] | stiffness_matrix | Is .TRUE. if the stiffness matrix is in the equations mapping, .FALSE. if not |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1730 of file equations_mapping_routines.f90.
subroutine equations_mapping_routines::equations_mapping_dynamic_matrices_set::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_mapping | A pointer to the equations mapping to set the first order matrices for |
[in] | mass_matrix | Is .TRUE. if the mass matrix is in the equations mapping, .FALSE. if not |
[in] | damping_matrix | Is .TRUE. if the damping matrix is in the equations mapping, .FALSE. if not |
[in] | stiffness_matrix | Is .TRUE. if the stiffness matrix is in the equations mapping, .FALSE. if not |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1788 of file equations_mapping_routines.f90.