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 60 of file collapsible_channel.cc.
References Delta, and Fract_in_BL.
Referenced by CollapsibleChannelProblem< ELEMENT >::CollapsibleChannelProblem().
| double BL_Squash::Delta =0.1 |
Boundary layer width.
Definition at line 53 of file collapsible_channel.cc.
Referenced by squash_fct().
| double BL_Squash::Fract_in_BL =0.5 |
Fraction of points in boundary layer.
Definition at line 56 of file collapsible_channel.cc.
Referenced by squash_fct().