initialize_np_and_idx_arrays Interface

interface
public module subroutine initialize_np_and_idx_arrays(self)

Arguments

Type IntentOptional Attributes Name
class(multigrid_t), intent(inout), target :: self

Instance of the type

Description

Creates arrays containing information on number of points (total, boundary, and inner) for all mesh levels. The np_lvl arrays can be used for defining explicit-shape arrays; the first_idx_lvl arrays can be used for consecutively-stored mesh data.