return_spatial_extent_int Abstract Interface

abstract interface
public function return_spatial_extent_int(this, i_matter) result(box)

Arguments

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

Object of class idbase which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object whose string is to return

Return Value double precision,DIMENSION(6)

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

Description

INTERFACE to the SUBROUTINE that detects the spatial extent of the matter objects, and returns a 6-dimensional array containing the coordinates of a box centered at the center of the object and containing the system.