FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
base.hpp
1// FEAT3: Finite Element Analysis Toolbox, Version 3
2// Copyright (C) 2010 by Stefan Turek & the FEAT group
3// FEAT3 is released under the GNU General Public License version 3,
4// see the file 'copyright.txt' in the top level directory for details.
5
6#pragma once
7
9#include <kernel/space/lagrange1/element.hpp>
10#include <kernel/trafo/standard/mapping.hpp>
11
12namespace FEAT
13{
23 namespace Meshopt
24 {
26 namespace Intern
27 {
34 template<typename Trafo_>
35 struct TrafoFE
36 {
37#ifdef DOXYGEN
39 typedef ... Space;
40#endif
41 };
42
43 template<typename Mesh_>
44 struct TrafoFE<Trafo::Standard::Mapping<Mesh_>>
45 {
47 };
49 } // namespace Intern
50 } // namespace Meshopt
51} // namespace FEAT
FEAT Kernel base header.
Standard Lagrange-1 Finite-Element space class template.
Definition: element.hpp:39
FEAT namespace.
Definition: adjactor.hpp:12