LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
quad Directory Reference

Files

 gauss_quadrature.cc
 Implementation of the GaussLegendre function to compute quadrature Weights and nodes.
 
 gauss_quadrature.h
 Provides functions for different gauss-type quadrature rules.
 
 make_quad_rule.cc
 Implementations from make_quad_rule.h.
 
 make_quad_rule.h
 Declaration of various routines for creating QuadRule objects.
 
 make_quad_rule_nodal.cc
 Implementation of the make_QuadRuleNodal.
 
 make_quad_rule_nodal.h
 A function to create nodal quadrature rules, i.e. quadrature rules that only evaluate the function on nodes of the reference element.
 
 quad.h
 Main include file for the lf.quad module.
 
 quad_rule.cc
 No implementation here.
 
 quad_rule.h
 Declaration of the QuadRule class.
 
 quad_rule_cache.cc
 Implementation of QuadRuleCache.
 
 quad_rule_cache.h
 A class which returns a quadrature rule for the given reference element and order that supports caching.
 
 quad_rules_tria.cc
 Hardcoded quadrature rules for the triangle, generated using external program.