get_total_spatial_extent Module Procedure

module procedure get_total_spatial_extent module function get_total_spatial_extent(this) result(box)

Uses

  • proc~~get_total_spatial_extent~~UsesGraph proc~get_total_spatial_extent get_total_spatial_extent module~utility utility proc~get_total_spatial_extent->module~utility constants constants module~utility->constants matrix matrix module~utility->matrix

Return the coordinates of a box containing the entire physical system

FT 28.10.2021


Arguments

Type IntentOptional Attributes Name
class(idbase), intent(in) :: this

Object of class idbase which this PROCEDURE is a member of

Return Value double precision, DIMENSION(6)

6-dimensional array containing the coordinates of a box containing the physical system.


Called by

proc~~get_total_spatial_extent~~CalledByGraph proc~get_total_spatial_extent get_total_spatial_extent interface~get_total_spatial_extent get_total_spatial_extent interface~get_total_spatial_extent->proc~get_total_spatial_extent

Contents


Variables

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)