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

541 {
542 
543  //Length of domain
544  double L = 10.0;
545  double L_phi=0.5*MathematicalConstants::Pi;
546 
547  //Set up the problem
549  problem(5,3,L,L_phi);
550 
551  //Solve the problem
552  problem.solve();
553 }
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.