Amandus: Simulations based on multilevel Schwarz methods
Classes | Functions
elasticity.cc File Reference

Stationay Elasicity model with homogeneous Dirichlet boundary conditions.The code has the follows the features: More...

#include <amandus/apps.h>
#include <amandus/elasticity/matrix.h>
#include <amandus/elasticity/residual.h>
#include <deal.II/algorithms/newton.h>
#include <deal.II/base/function.h>
#include <deal.II/fe/fe_tools.h>
#include <deal.II/numerics/dof_output_operator.h>
#include <deal.II/numerics/dof_output_operator.templates.h>
#include <elasticity/parameters.h>
#include <boost/scoped_ptr.hpp>

Classes

class  Startup< dim >
 

Functions

int main (int argc, const char **argv)
 

Detailed Description

Stationay Elasicity model with homogeneous Dirichlet boundary conditions.

The code has the follows the features:

Boundary conditions

We impose the displacement on the left and on the right edge of the square domain. In particular:

\begin{align*} u_x &=-1 \qquad\qquad & \text{on}\ x=0, \\ u_x &= 1 \qquad\qquad & \text{on}\ x=1, \end{align*}

Function Documentation

int main ( int  argc,
const char **  argv 
)

Here is the call graph for this function: