FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
rumpf_trafo-eickt.cpp
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
7#include <kernel/shape.hpp>
8
9#include <kernel/meshopt/rumpf_trafo.hpp>
10
11using namespace FEAT;
12
13// RumpfTrafos
14template struct FEAT::Meshopt::RumpfTrafo<
16
17template struct FEAT::Meshopt::RumpfTrafo<
19
20template struct FEAT::Meshopt::RumpfTrafo<
22
23template struct FEAT::Meshopt::RumpfTrafo<
FEAT Kernel base header.
Standard transformation mapping class template.
Definition: mapping.hpp:39
FEAT namespace.
Definition: adjactor.hpp:12
Computes quantities associated with the transformation to Rumpf reference cells.
Definition: rumpf_trafo.hpp:44