File solver.cxx#

Functions

template<class T>
int local_N_sum(int value, const Solver::VarStr<T> &f)#

Helper function for getLocalN: return the number of points to evolve in f, plus the accumulator value

If f.evolve_bndry, includes the boundary (NB: not guard!) points

FIXME: This could be a lambda local to getLocalN with an auto argument in C++14

Variables

bool user_requested_exit