Go to the source code of this file.
Classes | |
class | RefineableYoungLaplaceProblem< ELEMENT > |
2D RefineableYoungLaplace problem on rectangular domain, discretised with 2D QRefineableYoungLaplace elements. The specific type of element is specified via the template parameter. More... | |
Namespaces | |
GlobalParameters | |
Namespace for "global" problem parameters. | |
Functions | |
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 () |
Drive code. More... | |
int main | ( | ) |
Drive code.
Definition at line 543 of file refineable_t_junction.cc.
References GlobalParameters::Controlled_height, and RefineableYoungLaplaceProblem< ELEMENT >::doc_solution().