| 
| 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...
  | 
|   | 
  
  
      
        
          | 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_mapping | A pointer to the equations mapping to set | 
    | [in] | damping_matrix_coefficient | The damping matrix coefficient | 
    | [in] | stiffness_matrix_coefficient | The stiffness matrix coefficient | 
    | [out] | err | The error code | 
    | [out] | error | The 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_mapping | A pointer to the equations mapping to set | 
    | [in] | mass_matrix_coefficient | The mass matrix coefficient | 
    | [in] | damping_matrix_coefficient | The damping matrix coefficient | 
    | [in] | stiffness_matrix_coefficient | The stiffness matrix coefficient | 
    | [out] | err | The error code | 
    | [out] | error | The error string  | 
  
   
Definition at line 1923 of file equations_mapping_routines.f90.