compute_padded_dims Subroutine

public subroutine compute_padded_dims(self, sz)

Type Bound

allocator_t

Arguments

Type IntentOptional Attributes Name
class(allocator_t), intent(inout) :: self
integer, intent(in) :: sz

Calls

proc~~compute_padded_dims~~CallsGraph proc~compute_padded_dims m_allocator::allocator_t%compute_padded_dims proc~get_dims m_mesh::mesh_t%get_dims proc~compute_padded_dims->proc~get_dims proc~set_padded_dims m_mesh::mesh_t%set_padded_dims proc~compute_padded_dims->proc~set_padded_dims proc~set_sz m_mesh::mesh_t%set_sz proc~compute_padded_dims->proc~set_sz proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc

Called by

proc~~compute_padded_dims~~CalledByGraph proc~compute_padded_dims m_allocator::allocator_t%compute_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