libMesh
|
Represents an invalid constraint (i.e., when the two constraints don't intersect) More...
#include <variational_smoother_constraint.h>
Public Member Functions | |
InvalidConstraint () | |
ConstraintVariant | intersect (const ConstraintVariant &) const |
Dummy intersect method that should never be called. More... | |
bool | contains_point (const PointConstraint &) const |
Dummy contains_point method that should never be called. More... | |
Private Attributes | |
std::string | _err_msg |
Represents an invalid constraint (i.e., when the two constraints don't intersect)
Definition at line 330 of file variational_smoother_constraint.h.
|
inline |
Definition at line 334 of file variational_smoother_constraint.h.
|
inline |
Dummy contains_point method that should never be called.
Definition at line 352 of file variational_smoother_constraint.h.
References _err_msg.
|
inline |
Dummy intersect method that should never be called.
Definition at line 344 of file variational_smoother_constraint.h.
References _err_msg.
|
private |
Definition at line 358 of file variational_smoother_constraint.h.
Referenced by contains_point(), and intersect().