Type_Node definition.
More...
Type_Node definition.
| 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] | self | Node data. |
| [in] | xyz | Node 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 |
| 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] | self | Node data. |
| [in] | unit | Logic unit. |
Definition at line 140 of file Data_Type_Node.f90.