GetFEM
5.4.2
|
A language for generic assembly of pde boundary value problems. More...
Go to the source code of this file.
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Functions | |
void | getfem::ga_local_projection (const getfem::model &md, const mesh_im &mim, const std::string &expr, const mesh_fem &mf, base_vector &result, const mesh_region &rg=mesh_region::all_convexes()) |
Make an elementwise L2 projection of an expression with respect to the mesh_fem mf . More... | |
void | getfem::add_interpolate_transformation_from_expression (ga_workspace &workspace, const std::string &transname, const mesh &source_mesh, const mesh &target_mesh, const std::string &expr) |
Add a transformation to a workspace workspace or a model md mapping point in mesh source_mesh to mesh target_mesh , optionally restricted to the region target_region . More... | |
void | getfem::add_interpolate_transformation_on_deformed_domains (ga_workspace &workspace, const std::string &transname, const mesh &source_mesh, const std::string &source_displacements, const mesh_region &source_region, const mesh &target_mesh, const std::string &target_displacements, const mesh_region &target_region) |
Add a transformation to the workspace that creates an identity mapping between two meshes in deformed state. More... | |
void | getfem::add_interpolate_transformation_on_deformed_domains (model &md, const std::string &transname, const mesh &source_mesh, const std::string &source_displacements, const mesh_region &source_region, const mesh &target_mesh, const std::string &target_displacements, const mesh_region &target_region) |
The same as above, but adding transformation to the model. More... | |
pinterpolate_transformation | getfem::interpolate_transformation_neighbor_instance () |
Create a new instance of a transformation corresponding to the interpolation on the neighbor element. More... | |
A language for generic assembly of pde boundary value problems.
Definition in file getfem_generic_assembly.h.