set_padded_dims Subroutine

public subroutine set_padded_dims(self, vert_dims)

Type Bound

mesh_t

Arguments

Type IntentOptional Attributes Name
class(mesh_t), intent(inout) :: self
integer, intent(in), dimension(3) :: vert_dims

Called by

proc~~set_padded_dims~~CalledByGraph proc~set_padded_dims m_mesh::mesh_t%set_padded_dims proc~compute_padded_dims m_allocator::allocator_t%compute_padded_dims proc~compute_padded_dims->proc~set_padded_dims proc~allocator_init m_allocator::allocator_init proc~allocator_init->proc~compute_padded_dims interface~allocator_t m_allocator::allocator_t interface~allocator_t->proc~allocator_init