OpenCMISS-Iron Internal API Documentation
interface_matrices_constants.f90
Go to the documentation of this file.
1 
43 
46 
47  USE kinds
48 
49  IMPLICIT NONE
50 
51  !Module parameters
52 
57  INTEGER(INTG), PARAMETER :: number_of_interface_matrix_types=4
58  INTEGER(INTG), PARAMETER :: interface_matrix_static=1
59  INTEGER(INTG), PARAMETER :: interface_matrix_quasi_static=2
60  INTEGER(INTG), PARAMETER :: interface_matrix_first_order_dynamic=3
61  INTEGER(INTG), PARAMETER :: interface_matrix_second_order_dynamic=4
63 
integer(intg), parameter interface_matrix_static
Interface matrix is of static type.
integer(intg), parameter interface_matrix_second_order_dynamic
Interface matrix is of second order dynamic type.
integer(intg), parameter interface_matrix_first_order_dynamic
Interface matrix is of first order dynamic type.
integer(intg), parameter number_of_interface_matrix_types
This module defines all constants shared across interface matrices routines.
integer(intg), parameter interface_matrix_quasi_static
Interface matrix is of quasi-static type.
This module contains all kind definitions.
Definition: kinds.f90:45