OpenCMISS-Iron Internal API Documentation
INTERFACE_MATRICES_ROUTINES::InterfaceMatricesTimeDependenceTypes

Interface matrices time dependency types. More...

Variables

integer(intg), parameter interface_matrices_constants::number_of_interface_matrix_types =4
 
integer(intg), parameter interface_matrices_constants::interface_matrix_static =1
 Interface matrix is of static type. More...
 
integer(intg), parameter interface_matrices_constants::interface_matrix_quasi_static =2
 Interface matrix is of quasi-static type. More...
 
integer(intg), parameter interface_matrices_constants::interface_matrix_first_order_dynamic =3
 Interface matrix is of first order dynamic type. More...
 
integer(intg), parameter interface_matrices_constants::interface_matrix_second_order_dynamic =4
 Interface matrix is of second order dynamic type. More...
 

Detailed Description

Interface matrices time dependency types.

See also
INTERFACE_MATRICES_ROUTINES

Variable Documentation

integer(intg), parameter interface_matrices_constants::interface_matrix_first_order_dynamic =3

Interface matrix is of first order dynamic type.

See also
INTERFACE_MATRICES_ROUTINES::InterfaceMatricesTimeDependenceTypes,INTERFACE_MATRICES_ROUTINES

Definition at line 60 of file interface_matrices_constants.f90.

integer(intg), parameter interface_matrices_constants::interface_matrix_quasi_static =2

Interface matrix is of quasi-static type.

See also
INTERFACE_MATRICES_ROUTINES::InterfaceMatricesTimeDependenceTypes,INTERFACE_MATRICES_ROUTINES

Definition at line 59 of file interface_matrices_constants.f90.

integer(intg), parameter interface_matrices_constants::interface_matrix_second_order_dynamic =4

Interface matrix is of second order dynamic type.

See also
INTERFACE_MATRICES_ROUTINES::InterfaceMatricesTimeDependenceTypes,INTERFACE_MATRICES_ROUTINES

Definition at line 61 of file interface_matrices_constants.f90.

integer(intg), parameter interface_matrices_constants::interface_matrix_static =1

Interface matrix is of static type.

See also
INTERFACE_MATRICES_ROUTINES::InterfaceMatricesTimeDependenceTypes,INTERFACE_MATRICES_ROUTINES

Definition at line 58 of file interface_matrices_constants.f90.

integer(intg), parameter interface_matrices_constants::number_of_interface_matrix_types =4

Definition at line 57 of file interface_matrices_constants.f90.