get_np_total Function

public pure function get_np_total(self) result(res)

Returns number of mesh points sumed over all levels

Type Bound

multigrid_t

Arguments

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

Instance of the type

Return Value integer


Calls

proc~~get_np_total~~CallsGraph proc~get_np_total multigrid_t%get_np_total proc~get_first_idx multigrid_t%get_first_idx proc~get_np_total->proc~get_first_idx