#include <etedge.hpp>
Public Member Functions | |
ETEdge (const ushort &idx, const std::string &ident, ET &type, const TFunctionCoorFromElement &funcFromElement, const TFunctionCoorToElement &funcToElement, const std::vector< real_type > &localCoordinatesNodes) | |
const std::vector< ETFace * > & | getFaces () const |
returns 'faces' | |
virtual void | init () |
sets initial data, must be called immediately after construction! | |
std::vector< ETFace * > & | setFaces () |
sets 'faces' | |
Static Public Member Functions | |
static const std::vector < real_type > | defLocalCoordinates_2n__Minus1ToPlus1 () |
static const std::vector < real_type > | defLocalCoordinates_2n__ZeroToPlus1 () |
static const std::vector < real_type > | defLocalCoordinates_3n__Minus1ToPlus1 () |
static const std::vector < real_type > | defLocalCoordinates_3n__ZeroToPlus1 () |
Protected Attributes | |
std::vector< ETFace * > | faces |
the faces this edge is part of (will be created by the ETFace constructor) |