Go to the source code of this file.
Classes | |
| class | SegregatedFSICollapsibleChannelProblem< ELEMENT > |
Namespaces | |
| Flags | |
| Extend namespace for control flags. | |
Functions | |
| int | main () |
| Driver code for a segregated collapsible channel problem with FSI. More... | |
Variables | |
| unsigned | Flags::Use_segregated_solver =1 |
| Use Newton solver (0) or segregated solver (1)? More... | |
| unsigned | Flags::Use_pointwise_aitken =0 |
| Use pointwise Aitken extrapolation (1) or not (0) More... | |
| double | Flags::Omega_under_relax =1.0 |
| Under-relaxation parameter (1.0: no under-relaxation; 0.0: freeze) More... | |
| unsigned | Flags::Use_irons_and_tuck_extrapolation =0 |
| Use Irons and Tuck extrapolation (1) or not (0) More... | |
| unsigned | Flags::Convergence_criterion =0 |
| Convergence criterion: 0: global resmax; 1: abs. change; 2: rel. change. More... | |
| double | Flags::Convergence_tolerance =1.0e-8 |
| Convergence tolerance. More... | |
| int main | ( | ) |
Driver code for a segregated collapsible channel problem with FSI.
Definition at line 449 of file simple_segregated_driver.cc.
References Flags::Resolution_factor.