GRINS-0.8.0
|
Manages construction of Constraint application object. More...
#include <constrained_points.h>
Classes | |
struct | ConstrainedPoint |
struct | ConstrainingPoint |
Public Member Functions | |
ConstrainedPoints (const GetPot &input, libMesh::System &system) | |
virtual | ~ConstrainedPoints () |
virtual void | constrain () |
Private Attributes | |
libMesh::System & | _sys |
std::vector< ConstrainedPoint > | _constrained_pts |
Manages construction of Constraint application object.
Definition at line 37 of file constrained_points.h.
GRINS::ConstrainedPoints::ConstrainedPoints | ( | const GetPot & | input, |
libMesh::System & | system | ||
) |
Definition at line 40 of file constrained_points.C.
References _constrained_pts, _sys, GRINS::ConstrainedPoints::ConstrainingPoint::coeff, GRINS::ConstrainedPoints::ConstrainedPoint::constrainers, GRINS::ConstrainedPoints::ConstrainedPoint::forbid_overwrite, GRINS::ConstrainedPoints::ConstrainedPoint::name, GRINS::BuilderHelper::parse_var_sections_vector(), GRINS::ConstrainedPoints::ConstrainedPoint::rhs, GRINS::ConstrainedPoints::ConstrainingPoint::var, GRINS::ConstrainedPoints::ConstrainedPoint::var, and GRINS::VariablesParsing::variables_section().
|
inlinevirtual |
Definition at line 44 of file constrained_points.h.
|
virtual |
Definition at line 146 of file constrained_points.C.
References _constrained_pts, _sys, GRINS::ConstrainedPoints::ConstrainingPoint::coeff, GRINS::ConstrainedPoints::ConstrainedPoint::constrainers, GRINS::ConstrainedPoints::ConstrainedPoint::forbid_overwrite, GRINS::ConstrainedPoints::ConstrainedPoint::rhs, GRINS::ConstrainedPoints::ConstrainingPoint::var, and GRINS::ConstrainedPoints::ConstrainedPoint::var.
|
private |
Definition at line 65 of file constrained_points.h.
Referenced by constrain(), and ConstrainedPoints().
|
private |
Definition at line 50 of file constrained_points.h.
Referenced by constrain(), and ConstrainedPoints().