GetFEM  5.4.3
getfem_mesh_fem_global_function.h File Reference

Define a mesh_fem with base functions which are global functions given by the user. More...

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

Detailed Description

Define a mesh_fem with base functions which are global functions 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_mesh_fem_global_function.h.