obtain_coordinates Subroutine

public subroutine obtain_coordinates(self, vert_dims, cell_dims, n_offset)

Obtains global coordinates for all the vertices and midpoints

Type Bound

geo_t

Arguments

Type IntentOptional Attributes Name
class(geo_t) :: self
integer, intent(in) :: vert_dims(3)
integer, intent(in) :: cell_dims(3)
integer, intent(in) :: n_offset(3)

Called by

proc~~obtain_coordinates~~CalledByGraph proc~obtain_coordinates m_mesh_content::geo_t%obtain_coordinates proc~mesh_init m_mesh::mesh_init proc~mesh_init->proc~obtain_coordinates interface~mesh_t m_mesh::mesh_t interface~mesh_t->proc~mesh_init