Driven cavity problem in rectangular domain, templated by element type. More...
Public Member Functions | |
RefineableDrivenCavityProblem () | |
Constructor. More... | |
~RefineableDrivenCavityProblem () | |
Destructor: Empty. More... | |
void | actions_after_newton_solve () |
Update the after solve (empty) More... | |
void | actions_before_newton_solve () |
Update the problem specs before solve. (Re-)set velocity boundary conditions just to be on the safe side... More... | |
void | actions_after_adapt () |
After adaptation: Unpin pressure and pin redudant pressure dofs. More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
Private Member Functions | |
void | fix_pressure (const unsigned &e, const unsigned &pdof, const double &pvalue) |
Fix pressure in element e at pressure dof pdof and set to pvalue. More... | |
Driven cavity problem in rectangular domain, templated by element type.
Definition at line 58 of file adaptive_driven_cavity.cc.
RefineableDrivenCavityProblem< ELEMENT >::RefineableDrivenCavityProblem |
Constructor.
Constructor for RefineableDrivenCavity problem.
Definition at line 144 of file adaptive_driven_cavity.cc.
References Global_Physical_Variables::Re.
|
inline |
Destructor: Empty.
Definition at line 67 of file adaptive_driven_cavity.cc.
|
inline |
After adaptation: Unpin pressure and pin redudant pressure dofs.
Definition at line 106 of file adaptive_driven_cavity.cc.
|
inline |
Update the after solve (empty)
Definition at line 70 of file adaptive_driven_cavity.cc.
|
inline |
Update the problem specs before solve. (Re-)set velocity boundary conditions just to be on the safe side...
Definition at line 74 of file adaptive_driven_cavity.cc.
void RefineableDrivenCavityProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
|
inlineprivate |
Fix pressure in element e at pressure dof pdof and set to pvalue.
Definition at line 127 of file adaptive_driven_cavity.cc.