Flow123d  release_3.0.0-1027-g6cabdfa
Namespaces | Functions
elasticity.cc File Reference
#include "system/sys_profiler.hh"
#include "mechanics/elasticity.hh"
#include "io/output_time.hh"
#include "quadrature/quadrature_lib.hh"
#include "fem/mapping_p1.hh"
#include "fem/fe_values.hh"
#include "fem/fe_p.hh"
#include "fem/fe_rt.hh"
#include "fem/fe_system.hh"
#include "fields/field_fe.hh"
#include "la/linsys_PETSC.hh"
#include "coupling/balance.hh"
#include "mesh/neighbours.h"
#include "fields/multi_field.hh"
#include "fields/generic_field.hh"
#include "input/factory.hh"

Go to the source code of this file.

Namespaces

 Mechanics
 

Functions

double lame_mu (double young, double poisson)
 
double lame_lambda (double young, double poisson)
 
arma::mat33 mat_t (const arma::mat33 &m, const arma::vec3 &n)
 

Function Documentation

double lame_lambda ( double  young,
double  poisson 
)

Definition at line 512 of file elasticity.cc.

Here is the caller graph for this function:

double lame_mu ( double  young,
double  poisson 
)

Definition at line 506 of file elasticity.cc.

Here is the caller graph for this function:

arma::mat33 mat_t ( const arma::mat33 m,
const arma::vec3 n 
)

Definition at line 669 of file elasticity.cc.

Here is the caller graph for this function: