GetFEM  5.4.2
getfem_fem_global_function.h File Reference

Define mesh_fem whose base functions are global function given by the user. More...

#include "getfem_fem.h"
#include "getfem_mesh_fem.h"
#include "getfem_global_function.h"

Go to the source code of this file.

Classes

class  getfem::fem_global_function
 fem object with global basis functions. More...
 

Namespaces

 getfem
 GEneric Tool for Finite Element Methods.
 

Functions

pfem getfem::new_fem_global_function (const std::vector< pglobal_function > &funcs, const mesh &m)
 create a new global function FEM. More...
 
pfem getfem::new_fem_global_function (const std::vector< pglobal_function > &funcs, const mesh_im &mim)
 create a new global function FEM. More...
 
void getfem::del_fem_global_function (const pfem &pf)
 release a global function FEM
 

Detailed Description

Define mesh_fem whose base functions are global function given by the user.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r, J. Pommier
Date
March, 2005.

Definition in file getfem_fem_global_function.h.