GetFEM
5.4.2
|
Define mesh_fem whose base functions are global function given by the user. More...
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 | |
Define mesh_fem whose base functions are global function given by the user.
Definition in file getfem_fem_global_function.h.