Go to the documentation of this file.
12 #include "AuxKernel.h"
31 virtual void compute()
override;
LineSegmentLevelSetAux(const InputParameters ¶meters)
virtual void compute() override
Calculate level set values for an interface that is defined by a set of line segments.
std::vector< Real > _cut_data
Store the cut locations.
Real calculateSignedDistance(Point p)
calculate the signed distance value for a given point.
InputParameters validParams< LineSegmentLevelSetAux >()
const LineSegmentCutSetUserObject * _linesegment_uo
Pointer to the LineSegmentCutSetUserObject object.
virtual Real computeValue() override