OpenCMISS-Iron Internal API Documentation
interface_matrices_constants Module Reference

This module defines all constants shared across interface matrices routines. More...

Variables

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

Detailed Description

This module defines all constants shared across interface matrices routines.