Return the coordinates of a box containing the entire physical system
FT 28.10.2021
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(idbase), | intent(in) | :: | this |
Object of class idbase which this PROCEDURE is a member of |
6-dimensional array containing the coordinates of a box containing the physical system.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
double precision, | private, | DIMENSION(3) | :: | center_matter | |||
integer, | private | :: | i_matter | ||||
double precision, | private, | DIMENSION(6) | :: | size_matter | |||
double precision, | private, | parameter | :: | stretch | = | five/(ten*ten*ten) |