| GetFEM
    5.4.4
    | 
Define the getfem::mesh_fem class. More...
Go to the source code of this file.
| Classes | |
| class | getfem::mesh_fem | 
| Describe a finite element method linked to a mesh.  More... | |
| Namespaces | |
| getfem | |
| GEneric Tool for Finite Element Methods. | |
| Functions | |
| const mesh_fem & | getfem::classical_mesh_fem (const mesh &mesh, dim_type degree, dim_type qdim=1, bool complete=false) | 
| Gives the descriptor of a classical finite element method of degree K on mesh.  More... | |
| const mesh_fem & | getfem::dummy_mesh_fem () | 
| Dummy mesh_fem for default parameter of functions. | |
| template<typename VEC1 , typename VEC2 > | |
| void | getfem::slice_vector_on_basic_dof_of_element (const mesh_fem &mf, const VEC1 &vec, size_type cv, VEC2 &coeff, size_type qmult1=size_type(-1), size_type qmult2=size_type(-1)) | 
| Given a mesh_fem.  More... | |