![]() |
Peano
|
#include "RefinementControl.h"
#include "tarch/multicore/Lock.h"
#include "peano4/grid/grid.h"
#include "peano4/parallel/SpacetreeSet.h"
Go to the source code of this file.
Functions | |
exahype2::RefinementCommand | operator&& (exahype2::RefinementCommand lhs, exahype2::RefinementCommand rhs) |
If one of the flags says refine, then refine. | |
std::string | toString (exahype2::RefinementCommand value) |
exahype2::RefinementCommand operator&& | ( | exahype2::RefinementCommand | lhs, |
exahype2::RefinementCommand | rhs ) |
If one of the flags says refine, then refine.
If one of the two flags says keep and noone says refine, return keep. Coarsen if and only if both say coarsen.
Definition at line 13 of file RefinementControl.cpp.
References exahype2::Erase, exahype2::Keep, and exahype2::Refine.
std::string toString | ( | exahype2::RefinementCommand | value | ) |
Definition at line 30 of file RefinementControl.cpp.
References exahype2::Erase, exahype2::Keep, and exahype2::Refine.