GetFEM  5.4.2
getfem_partial_mesh_fem.h File Reference

a subclass of getfem::mesh_fem which allows to eliminate a number of dof of the original mesh_fem. More...

#include "getfem_mesh_fem.h"
#include "getfem_mesh_im.h"

Go to the source code of this file.

Classes

class  getfem::partial_mesh_fem
 a subclass of mesh_fem which allows to eliminate a number of dof of the original mesh_fem. More...
 

Namespaces

 getfem
 GEneric Tool for Finite Element Methods.
 

Functions

dal::bit_vector getfem::select_dofs_from_im (const mesh_fem &mf, const mesh_im &mim, unsigned P=unsigned(-1))
 Return a selection of dof who contribute significantly to the mass-matrix that would be computed with mf and the integration method mim. More...
 

Detailed Description

a subclass of getfem::mesh_fem which allows to eliminate a number of dof of the original mesh_fem.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r,
Julien Pommier Julie.nosp@m.n.Po.nosp@m.mmier.nosp@m.@ins.nosp@m.a-tou.nosp@m.lous.nosp@m.e.fr
Date
June 08, 2006. This elimination is done via the pseudo-fem getfem::partial_fem, hence it is not very efficient.

Definition in file getfem_partial_mesh_fem.h.