GetFEM
5.4.3
|
Define a mesh_fem with base functions which are global functions given by the user. More...
#include "getfem_fem_global_function.h"
Go to the source code of this file.
Classes | |
class | getfem::mesh_fem_global_function |
this is a convenience class for defining a mesh_fem with base functions which are global functions (functions defined across more than one convexes of a mesh) given by the user. More... | |
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Functions | |
void | getfem::define_uniform_bspline_basis_functions_for_mesh_fem (mesh_fem_global_function &mf, size_type NX, size_type order, bspline_boundary bcX_low=bspline_boundary::FREE, bspline_boundary bcX_high=bspline_boundary::FREE, const mesh_im &mim=dummy_mesh_im()) |
This function will generate bspline basis functions on NX uniform elements along a line. More... | |
void | getfem::define_uniform_bspline_basis_functions_for_mesh_fem (mesh_fem_global_function &mf, size_type NX, size_type NY, size_type order, bspline_boundary bcX_low=bspline_boundary::FREE, bspline_boundary bcY_low=bspline_boundary::FREE, bspline_boundary bcX_high=bspline_boundary::FREE, bspline_boundary bcY_high=bspline_boundary::FREE, const mesh_im &mim=dummy_mesh_im()) |
This function will generate bspline basis functions in an NX x NY rectilinear grid. More... | |
void | getfem::define_uniform_bspline_basis_functions_for_mesh_fem (mesh_fem_global_function &mf, size_type NX, size_type NY, size_type NZ, size_type order, bspline_boundary bcX_low=bspline_boundary::FREE, bspline_boundary bcY_low=bspline_boundary::FREE, bspline_boundary bcZ_low=bspline_boundary::FREE, bspline_boundary bcX_high=bspline_boundary::FREE, bspline_boundary bcY_high=bspline_boundary::FREE, bspline_boundary bcZ_high=bspline_boundary::FREE, const mesh_im &mim=dummy_mesh_im()) |
This function will generate bspline basis functions in an NX x NY x NZ rectilinear grid. More... | |
Define a mesh_fem with base functions which are global functions given by the user.
Definition in file getfem_mesh_fem_global_function.h.