|
DCS
a Driven-Cavity Open source Simulator code
|
This module contains the definition of Type_Node and its procedures. More...
Data Types | |
| type | type_node |
| Derived type containing conservative variables. More... | |
| type | type_node_ptr |
| Pointer of Type_Node for creating array of pointers of Type_Node. More... | |
Private Member Functions | |
| elemental subroutine | initialize (self, xyz) |
| Subroutine for initializing Type_Node. More... | |
| elemental subroutine | finalize (self) |
| Subroutine for finalizing Type_Node. More... | |
| integer(i4p) function | pprint (self, unit) |
| Function for printing in a pretty ascii format the components of type Type_Node. More... | |
This module contains the definition of Type_Node and its procedures.
Definition at line 79 of file Data_Type_Node.f90.