Recipe for creating a contour from the simulation. More...
#include <contour.hpp>
Public Member Functions | |
| virtual std::pair< bool, Vector2D > | operator() (const Edge &edge, const hdsim &sim) const =0 |
| Calculates the intersection of the contour with the line between neighboring mesh generating points. More... | |
| virtual | ~LocalContourCriterion (void) |
| Class destructor. | |
Recipe for creating a contour from the simulation.
Definition at line 15 of file contour.hpp.
|
pure virtual |
Calculates the intersection of the contour with the line between neighboring mesh generating points.
| edge | Edge between neighbors |
| sim | Simulation |
1.8.13