| GetFEM
    5.4.4
    | 
FEM which projects a mesh_fem on a different mesh. More...
#include "getfem_fem.h"#include "getfem_mesh_fem.h"#include "getfem_mesh_im.h"#include "bgeot_kdtree.h"#include "bgeot_geotrans_inv.h"Go to the source code of this file.
| Classes | |
| class | getfem::projected_fem | 
| FEM which interpolates the projection of a mesh_fem on a different mesh.  More... | |
| Namespaces | |
| getfem | |
| GEneric Tool for Finite Element Methods. | |
| Functions | |
| pfem | getfem::new_projected_fem (const mesh_fem &mf_source, const mesh_im &mim_target, size_type rg_source_=size_type(-1), size_type rg_target_=size_type(-1), dal::bit_vector blocked_dofs=dal::bit_vector(), bool store_val=true) | 
| create a new projected FEM.  More... | |
| void | getfem::del_projected_fem (pfem pf) | 
| release a projected fem | |
FEM which projects a mesh_fem on a different mesh.
Definition in file getfem_projected_fem.h.