Classes | Namespaces | Functions
refineable_t_junction.cc File Reference

Go to the source code of this file.

Classes

class  RefineableYoungLaplaceProblem< ELEMENT >
 

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...
 

Function Documentation

◆ main()

int main ( )