x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
get_coordinates
Function
8 statements
Source File
mesh.f90
m_mesh
get_coordinates
Contents
public pure function get_coordinates(self, i, j, k) result(xloc)
Get the physical location of a cell center with i,j,k local indices
Type Bound
mesh_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
mesh_t
),
intent(in)
::
self
integer,
intent(in)
::
i
integer,
intent(in)
::
j
integer,
intent(in)
::
k
Return Value
real(kind=dp), dimension(3)