Go to the source code of this file.
| Classes | |
| class | YoungLaplaceProblem< ELEMENT > | 
| 2D YoungLaplace problem on rectangular domain, discretised with 2D QYoungLaplace elements. The specific type of element is specified via the template parameter.  More... | |
| Namespaces | |
| GlobalParameters | |
| Namespace for "global" problem parameters. | |
| Functions | |
| double | GlobalParameters::get_exact_kappa () | 
| Exact kappa.  More... | |
| void | GlobalParameters::spine_base_function (const Vector< double > &x, Vector< double > &spine_B, Vector< Vector< double > > &dspine_B) | 
| Spine basis: The position vector to the basis of the spine as a function of the two coordinates x_1 and x_2, and its derivatives w.r.t. to these coordinates. dspine_B[i][j] = d spine_B[j] / dx_i Spines start in the (x_1,x_2) plane at (x_1,x_2).  More... | |
| void | GlobalParameters::spine_function (const Vector< double > &x, Vector< double > &spine, Vector< Vector< double > > &dspine) | 
| Spine: The spine vector field as a function of the two coordinates x_1 and x_2, and its derivatives w.r.t. to these coordinates: dspine[i][j] = d spine[j] / dx_i.  More... | |
| int | main () | 
| Driver code.  More... | |
| Variables | |
| double | GlobalParameters::Controlled_height = 0.0 | 
| Height control value.  More... | |
| double | GlobalParameters::Alpha_min = MathematicalConstants::Pi/2.0*1.5 | 
| Min. spine angle against horizontal plane.  More... | |
| double | GlobalParameters::Alpha_max = MathematicalConstants::Pi/2.0*0.5 | 
| Max. spine angle against horizontal plane.  More... | |
| int main | ( | ) | 
Driver code.
Definition at line 321 of file barrel.cc.
References GlobalParameters::Controlled_height, and YoungLaplaceProblem< ELEMENT >::doc_solution().