GetFEM
5.4.2
|
Reissner-Mindlin plate model brick. More...
#include "getfem_models.h"
Go to the source code of this file.
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Functions | |
void | getfem::add_2D_rotated_RT0_projection (model &md, std::string name) |
Add the elementary transformation corresponding to the projection on rotated RT0 element for two-dimensional elements to the model. More... | |
void | getfem::add_P0_projection (model &md, std::string name) |
Add the elementary transformation corresponding to the projection on P0 element. More... | |
size_type | getfem::add_Mindlin_Reissner_plate_brick (model &md, const mesh_im &mim, const mesh_im &mim_reduced, const std::string &u3, const std::string &Theta, const std::string ¶m_E, const std::string ¶m_nu, const std::string ¶m_epsilon, const std::string ¶m_kappa, size_type variant=size_type(2), size_type region=size_type(-1)) |
Add a term corresponding to the classical Reissner-Mindlin plate model for which u3 is the transverse displacement, Theta the rotation of fibers normal to the midplane, 'param_E' the Young Modulus, param_nu the poisson ratio, param_epsilon the plate thickness, param_kappa the shear correction factor. More... | |
size_type | getfem::add_enriched_Mindlin_Reissner_plate_brick (model &md, const mesh_im &mim, const mesh_im &mim_reduced1, const mesh_im &mim_reduced2, const std::string &ua, const std::string &Theta, const std::string &u3, const std::string &Theta3, const std::string ¶m_E, const std::string ¶m_nu, const std::string ¶m_epsilon, size_type variant=size_type(3), size_type region=size_type(-1)) |
Add a term corresponding to the enriched Reissner-Mindlin plate model for which varname_ua is the membrane displacements, varname_u3 is the transverse displacement, varname_theta the rotation of fibers normal to the midplane, varname_theta3 the pinching, 'param_E' the Young Modulus, param_nu the poisson ratio, param_epsilon the plate thickness. More... | |
Reissner-Mindlin plate model brick.
Definition in file getfem_linearized_plates.h.