53 std::vector<const PointInSurfaceCheckInterface *>
_providers;
const InputParameters & parameters() const
Get the parameters of the object.
Mixin interface implemented by user objects that can classify a query point against a closed surface ...
bool contains(const libMesh::Point &p) const
Whether the point is inside or on the surface(s). ON maps to true.
Classifies a point against the union of several geometries, each supplied by a user object implementi...
std::vector< const PointInSurfaceCheckInterface * > _providers
The geometries whose union is tested (non-owning; owned by the warehouse).
virtual void threadJoin(const UserObject &) override
This method is not used and should not be used in a custom GeneralUserObject.
virtual SurfaceGeometry::SurfaceSide sideness(const Point &p) const override
virtual void finalize() override
Finalize.
virtual Real spatialValue(const Point &p) const override
1 for INSIDE/ON, 0 for OUTSIDE – usable directly by SpatialUserObjectAux.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual void execute() override
Execute method.
static InputParameters validParams()
An instance of this object type has one copy per thread that runs on each thread.
Base class for user-specific data.
SurfaceSide
The side of a closed surface where a query point is located.