my_blocks Module Procedure

module procedure my_blocks pure module function my_blocks(this) result(block_identifier_range)

Arguments

Type IntentOptional AttributesName
class(problem_discretization), intent(in) :: this

Return Value integer (num_bounds)


Called by

proc~~my_blocks~~CalledByGraph proc~my_blocks my_blocks interface~my_blocks my_blocks interface~my_blocks->proc~my_blocks proc~initialize_from_sphere_1d initialize_from_sphere_1d proc~initialize_from_sphere_1d->interface~my_blocks proc~initialize_from_cylinder_2d initialize_from_cylinder_2d proc~initialize_from_cylinder_2d->interface~my_blocks proc~initialize_from_plate_3d initialize_from_plate_3d proc~initialize_from_plate_3d->interface~my_blocks interface~initialize_from_sphere_1d initialize_from_sphere_1d interface~initialize_from_sphere_1d->proc~initialize_from_sphere_1d interface~initialize_from_cylinder_2d initialize_from_cylinder_2d interface~initialize_from_cylinder_2d->proc~initialize_from_cylinder_2d interface~initialize_from_plate_3d initialize_from_plate_3d interface~initialize_from_plate_3d->proc~initialize_from_plate_3d

Contents

None