Problem class. More...
Public Member Functions | |
CompressedSquareProblem (const bool &incompress) | |
Constructor: Pass flag that determines if we want to use a true incompressible formulation. More... | |
void | actions_after_newton_solve () |
Update function (empty) More... | |
void | actions_before_newton_solve () |
Update function (empty) More... | |
void | doc_solution (const bool &incompress) |
Doc the solution & exact (linear) solution for compressible or incompressible materials. More... | |
void | run_it (const int &i_case, const bool &incompress) |
Run the job – doc in RESLTi_case. More... | |
Private Attributes | |
ofstream | Trace_file |
Trace file. More... | |
Node * | Trace_node_pt |
Pointers to node whose position we're tracing. More... | |
DocInfo | Doc_info |
DocInfo object for output. More... | |
Problem class.
Definition at line 148 of file compressed_square.cc.
CompressedSquareProblem< ELEMENT >::CompressedSquareProblem | ( | const bool & | incompress | ) |
Constructor: Pass flag that determines if we want to use a true incompressible formulation.
Constructor: Pass flag that determines if we want to enforce incompressibility.
Definition at line 189 of file compressed_square.cc.
References Global_Physical_Variables::Constitutive_law_pt, and Global_Physical_Variables::gravity().
|
inline |
Update function (empty)
Definition at line 158 of file compressed_square.cc.
|
inline |
Update function (empty)
Definition at line 161 of file compressed_square.cc.
void CompressedSquareProblem< ELEMENT >::doc_solution | ( | const bool & | incompress | ) |
Doc the solution & exact (linear) solution for compressible or incompressible materials.
Doc the solution.
Definition at line 284 of file compressed_square.cc.
References Global_Physical_Variables::Gravity, and Global_Physical_Variables::Nu.
void CompressedSquareProblem< ELEMENT >::run_it | ( | const int & | i_case, |
const bool & | incompress | ||
) |
Run the job – doc in RESLTi_case.
Run it.
Definition at line 379 of file compressed_square.cc.
References Global_Physical_Variables::Gravity.
Referenced by main().
|
private |
DocInfo object for output.
Definition at line 179 of file compressed_square.cc.
|
private |
Trace file.
Definition at line 173 of file compressed_square.cc.
|
private |
Pointers to node whose position we're tracing.
Definition at line 176 of file compressed_square.cc.