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

Type_Node definition. More...

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

Detailed Description

Type_Node definition.

Function/Subroutine Documentation

elemental subroutine data_type_node::initialize ( class(type_node), intent(inout)  self,
type(type_vector), intent(in)  xyz 
)
private

Subroutine for initializing Type_Node.

Parameters
[in,out]selfNode data.
[in]xyzNode Cartesian coordinates.

Definition at line 113 of file Data_Type_Node.f90.

elemental subroutine data_type_node::finalize ( class(type_node), intent(inout)  self)
private

Subroutine for finalizing Type_Node.

Parameters
[in,out]selfNode data.

Definition at line 127 of file Data_Type_Node.f90.

integer(i4p) function data_type_node::pprint ( class(type_node), intent(in)  self,
integer(i4p), intent(in)  unit 
)
private

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

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

Definition at line 140 of file Data_Type_Node.f90.