shell/clamped_shell/clamped_shell_with_arclength_cont.cc File Reference
#include <iostream>
#include <fstream>
#include <cmath>
#include <typeinfo>
#include <algorithm>
#include <cstdio>
#include "generic.h"
#include "shell.h"
#include "meshes/rectangular_quadmesh.h"

Classes

class  ShellMesh< ELEMENT >
 
class  ShellProblem< ELEMENT >
 

Namespaces

 Global_Physical_Variables
 Global variables.
 

Functions

doubleGlobal_Physical_Variables::external_pressure ()
 Access function to value of external pressure. More...
 
void Global_Physical_Variables::press_load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 Load function: Perturbation pressure to force non-axisymmetric deformation. More...
 
int main ()
 Driver. More...
 

Function Documentation

◆ main()

int main ( )

Driver.

679 {
680 
681  //Length of domain
682  double L = 10.0;
683  double L_phi=0.5*MathematicalConstants::Pi;
684 
685  //Set up the problem
687  problem(5,5,L,L_phi);
688 
689  //Solve the problem
690  problem.solve();
691 }
MatrixXd L
Definition: LLT_example.cpp:6
Definition: mpi/distribution/clamped_shell/clamped_shell_with_arclength_cont.cc:316
double Pi
Definition: two_d_biharmonic.cc:235
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References L, BiharmonicTestFunctions2::Pi, and problem.