Functions | |
| double | squash_fct (const double &s) | 
| Mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width.  More... | |
Variables | |
| double | Delta =0.1 | 
| Boundary layer width.  More... | |
| double | Fract_in_BL =0.5 | 
| Fraction of points in boundary layer.  More... | |
Namespace to define the mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width.
| double BL_Squash::squash_fct | ( | const double & | s | ) | 
Mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width.
Definition at line 122 of file fsi_chan_problem.h.
References Delta, and Fract_in_BL.
| double BL_Squash::Delta =0.1 | 
Boundary layer width.
Definition at line 115 of file fsi_chan_problem.h.
Referenced by squash_fct().
| double BL_Squash::Fract_in_BL =0.5 | 
Fraction of points in boundary layer.
Definition at line 118 of file fsi_chan_problem.h.
Referenced by squash_fct().