Classes | Namespaces | Functions | Variables
unstructured_clamped_curved_shell.cc File Reference

Go to the source code of this file.

Classes

class  oomph::MyShellEquations< DIM, NNODE_1D >
 
class  oomph::BellShellElement< DIM, NNODE_1D >
 BellShellElement elements are with subparametric interpolation for the function. More...
 
class  oomph::FaceGeometry< BellShellElement< DIM, NNODE_1D > >
 
class  MyLinearisedShellProblem< ELEMENT, DIM, NNODE_1D >
 2D linearised shell problem. More...
 

Namespaces

 oomph
 
 Physical_Variables
 Namespace for the solution of 2D linear shell equation.
 

Functions

void Physical_Variables::get_exact_u (const Vector< double > &x, Vector< double > &u)
 
void Physical_Variables::source_function (const Vector< double > &x, const Vector< double > &unit_n, Vector< double > &source)
 Source function applied in the normal vector. More...
 
int main (int argc, char *argv[])
 Driver for 2D linearised shell problem. More...
 

Variables

double Physical_Variables::P_ext
 Pressure load. More...
 
double Physical_Variables::epsilon = 1.0e-6
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)