OpenCMISS-Iron Internal API Documentation
electromechanics_routines.f90
Go to the documentation of this file.
1 
43 
46 
47  USE base_routines
48  USE kinds
49  USE types
50 
51 #include "macros.h"
52 
53  IMPLICIT NONE
54 
55  PRIVATE
56 
57  !Module parameters
58 
59  !Module types
60 
61  !Module variables
62 
63  !Interfaces
64 
65 !CONTAINS
66 
67  !
68  !================================================================================================================================
69  !
70 
71  !
72  !================================================================================================================================
73  !
74 
This module handles all electromechanics class routines.
This module contains all type definitions in order to avoid cyclic module references.
Definition: types.f90:70
This module contains all the low-level base routines e.g., all debug, control, and low-level communic...
This module contains all kind definitions.
Definition: kinds.f90:45