#include <vector>
#include <cassert>
#include "AuxDefs.h"
#include "Element.h"
#include "ElementBoundaryTrace.h"
#include "ElementGeometry.h"
Go to the source code of this file.
Classes | |
class | P1nDElement< NF > |
P1nDElement.h: Common base class for 2D/3D elements with linear shape functions. More... | |
class | P1nDTrace< NF > |
Common base class for 2D/3D linear traces. More... | |
class | P1nDBoundaryTraces< NF > |
Common base class for boundary traces. More... | |
class | StandardP1nDMap |
StandardP1nDMap class: standard local to global map for 2D/3D elements with linear shape functions. More... |