9 #include "../../../../source/newtonian/two_dimensional/RefineStrategy.hpp" 10 #include "../../../../source/newtonian/two_dimensional/RemovalStrategy.hpp" 27 vector<ComputationalCell>
const& cells,
29 vector<Vector2D> &directions,
30 vector<int>
const& Removed);
49 vector<ComputationalCell>
const& cells,
NohRefine(double Vmax)
Class constructor.
Abstract class for tessellation.
Abstract class for derefinment strategies.
~NohRefine()
Class destructor.
Abstract class for refinment strategies.
Noh problem Removal strategy class.
Noh problem Refinement strategy class.
vector< int > CellsToRefine(Tessellation const &tess, vector< ComputationalCell > const &cells, double time, vector< Vector2D > &directions, vector< int > const &Removed)
Calculates the cells to be refined.
Chooses which cells should be remove.