Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

GetFEM: src/getfem/getfem_mesh_fem.h File Reference
GetFEM  5.4.2
getfem_mesh_fem.h File Reference

Define the getfem::mesh_fem class. More...

#include "getfem_mesh.h"
#include "getfem_fem.h"

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...
 

Detailed Description

Define the getfem::mesh_fem class.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r
Date
December 21, 1999.

Definition in file getfem_mesh_fem.h.