Type_Cell_Quad definition.
More...
Type_Cell_Quad definition.
| subroutine data_type_cell_quad::initialize |
( |
class(type_cell_quad), intent(inout) |
self, |
|
|
type(type_face), intent(in), pointer |
face1, |
|
|
type(type_face), intent(in), pointer |
face2, |
|
|
type(type_face), intent(in), pointer |
face3, |
|
|
type(type_face), intent(in), pointer |
face4, |
|
|
real(r8p), intent(in) |
vol |
|
) |
| |
|
private |
Subroutine for initializing Type_Cell_Quad.
- Parameters
-
| [in,out] | self | Cell data. |
| [in] | face1 | Face 1 data. |
| [in] | face2 | Face 2 data. |
| [in] | face3 | Face 3 data. |
| [in] | face4 | Face 4 data. |
| [in] | vol | Volume. |
Definition at line 109 of file Data_Type_Cell_Quad.f90.
| subroutine data_type_cell_quad::finalize |
( |
class(type_cell_quad), intent(inout) |
self | ) |
|
|
private |
| integer(i4p) function data_type_cell_quad::pprint |
( |
class(type_cell_quad), intent(in) |
self, |
|
|
integer(i4p), intent(in) |
unit |
|
) |
| |
|
private |
Function for printing in a pretty ascii format the components of type Type_Cell_Quad.
- Returns
- err integer(I4P) variable for error trapping.
- Parameters
-
| [in] | self | Cell data. |
| [in] | unit | Logic unit. |
Definition at line 149 of file Data_Type_Cell_Quad.f90.