#include <string>#include "Shape.h"#include "Quadrature.h"#include "ElementGeometry.h"#include "BasisFunctions.h"#include "Linear.h"Go to the source code of this file.
Classes | |
| class | ShapesEvaluated |
| ShapesEvaluated.h DG++. More... | |
| class | ShapesEvaluated__< ShapeObj, QuadObj > |
| ShapesEvaluated__: This class is the one that brings the flexibility for building shape functions of different types evaluated at different quadrature points. More... | |
| class | SpecificShapesEvaluated |
| Specific ShapesEvaluated types. More... | |
| class | ShapesP12D |
| Shape functions for P12D elements: Linear functions on Triangles It contains two types of traces 1) ShapesP12D::Faces are linear functions on Segments, and their degrees of freedom are those associated to the nodes of the Segment. More... | |
| class | ShapesP11D |
| Shape functions for P11D elements: Linear functions on segments. More... | |
1.6.3