Definition at line 15 of file dof_map_test.C.
◆ MyConstraint()
MyConstraint::MyConstraint |
( |
System & |
sys | ) |
|
|
inline |
◆ ~MyConstraint()
virtual MyConstraint::~MyConstraint |
( |
| ) |
|
|
inlinevirtual |
◆ constrain()
void MyConstraint::constrain |
( |
| ) |
|
|
inlinevirtual |
◆ _sys
The documentation for this class was generated from the following file:
void add_constraint_row(const dof_id_type dof_number, const DofConstraintRow &constraint_row, const Number constraint_rhs, const bool forbid_constraint_overwrite)
Adds a copy of the user-defined row to the constraint matrix, using an inhomogeneous right-hand-side ...
std::map< dof_id_type, Real, std::less< dof_id_type >, Threads::scalable_allocator< std::pair< const dof_id_type, Real > > > DofConstraintRow
A row of the Dof constraint matrix.