|
Flow123d
master-ac4164ba5
|
#include <local_constraint.hh>
Public Member Functions | |
| LocalConstraint () | |
| Default constructor. More... | |
| LocalConstraint (uint i_elm, uint loc_dof, double solution, double diag=0.0) | |
| Constructor. Set all data of local constraint. More... | |
| void | set_row (uint i_elm, uint loc_dof, double solution, double diag=0.0) |
| Set only row data to constraint. More... | |
| void | set_col (uint i_elm, uint loc_dof, double solution) |
| Set only column data to constraint. More... | |
| uint | i_element () const |
| Getter to i_element. More... | |
| bool | operator< (const LocalConstraint &other) |
Private Attributes | |
| ConstraintType | type_ |
| uint | i_element_ |
| uint | loc_dof_ |
| double | solution_ |
| double | diag_ |
Friends | |
| class | LocalSystem |
Definition at line 34 of file local_constraint.hh.
|
inline |
Default constructor.
Definition at line 38 of file local_constraint.hh.
|
inline |
Constructor. Set all data of local constraint.
Definition at line 41 of file local_constraint.hh.
|
inline |
Getter to i_element.
Definition at line 67 of file local_constraint.hh.
|
inline |
Definition at line 72 of file local_constraint.hh.
Set only column data to constraint.
Definition at line 56 of file local_constraint.hh.
|
inline |
Set only row data to constraint.
Definition at line 45 of file local_constraint.hh.
|
friend |
Definition at line 83 of file local_constraint.hh.
|
private |
Definition at line 81 of file local_constraint.hh.
|
private |
Definition at line 78 of file local_constraint.hh.
|
private |
Definition at line 79 of file local_constraint.hh.
|
private |
Definition at line 80 of file local_constraint.hh.
|
private |
Definition at line 77 of file local_constraint.hh.
1.8.17