DCS
a Driven-Cavity Open source Simulator code
 All Classes Files Functions Variables Groups Pages
Data_Type_Mesh

Type_Mesh definition. More...

+ Collaboration diagram for Data_Type_Mesh:
elemental subroutine data_type_mesh::initialize (self, N)
 Subroutine for initializing Type_Mesh. More...
 
elemental subroutine data_type_mesh::finalize (self)
 Subroutine for finalizing Type_Mesh. More...
 
integer(i4p) function data_type_mesh::pprint (self, unit)
 Function for printing in a pretty ascii format the components of type Type_Mesh. More...
 

Detailed Description

Type_Mesh definition.

Function/Subroutine Documentation

elemental subroutine data_type_mesh::initialize ( class(type_mesh), intent(inout)  self,
integer(i4p), intent(in)  N 
)
private

Subroutine for initializing Type_Mesh.

Parameters
[in,out]selfMesh data.
[in]nNumber of grid cells.

Definition at line 120 of file Data_Type_Mesh.f90.

elemental subroutine data_type_mesh::finalize ( class(type_mesh), intent(inout)  self)
private

Subroutine for finalizing Type_Mesh.

Parameters
[in,out]selfMesh data.

Definition at line 164 of file Data_Type_Mesh.f90.

integer(i4p) function data_type_mesh::pprint ( class(type_mesh), intent(in)  self,
integer(i4p), intent(in)  unit 
)
private

Function for printing in a pretty ascii format the components of type Type_Mesh.

Returns
err integer(I4P) variable for error trapping.
Parameters
[in]selfMesh data.
[in]unitLogic unit.

Definition at line 181 of file Data_Type_Mesh.f90.