/** * \copyright * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * * \file * Created on July 13, 2017, 2:57 PM */ #pragma once #include "MeshLib/Elements/Tet.h" #include "NumLib/Fem/FiniteElement/C0IsoparametricElements.h" namespace FeTestData { class TestFeTET10 { public: using ShapeFunction = NumLib::ShapeTet10; // Fe type information template