GetFEM
5.4.2
|
Integration methods (exact and approximated) on convexes. More...
#include "getfem_config.h"
#include "bgeot_convex_ref.h"
#include "bgeot_geometric_trans.h"
#include "bgeot_node_tab.h"
#include "bgeot_poly_composite.h"
#include "getfem/dal_naming_system.h"
Go to the source code of this file.
Classes | |
class | getfem::poly_integration |
Description of an exact integration of polynomials. More... | |
class | getfem::integration_method |
this structure is not intended to be used directly. More... | |
Namespaces | |
getfem | |
GEneric Tool for Finite Element Methods. | |
Enumerations | |
enum | getfem::integration_method_type |
the list of main integration method types | |
Functions | |
pintegration_method | getfem::int_method_descriptor (std::string name, bool throw_if_not_found=true) |
Get an integration method from its name . More... | |
std::string | getfem::name_of_int_method (pintegration_method p) |
Get the string name of an integration method . | |
pintegration_method | getfem::classical_exact_im (bgeot::pgeometric_trans pgt) |
return an exact integration method for convex type handled by pgt. More... | |
pintegration_method | getfem::classical_approx_im (bgeot::pgeometric_trans pgt, dim_type degree) |
try to find an approximate integration method for the geometric transformation pgt which is able to integrate exactly polynomials of degree <= "degree". More... | |
pintegration_method | getfem::exact_simplex_im (size_type n) |
return IM_EXACT_SIMPLEX(n) | |
pintegration_method | getfem::exact_parallelepiped_im (size_type n) |
return IM_EXACT_PARALLELEPIPED(n) | |
pintegration_method | getfem::exact_prism_im (size_type n) |
return IM_EXACT_PRISM(n) | |
pintegration_method | getfem::exact_classical_im (bgeot::pgeometric_trans pgt) IS_DEPRECATED |
use classical_exact_im instead. | |
pintegration_method | getfem::im_none (void) |
return IM_NONE | |
Integration methods (exact and approximated) on convexes.
Definition in file getfem_integration.h.