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
6
#include <
kernel/base_header.hpp
>
7
#include <kernel/shape.hpp>
8
9
#include <kernel/meshopt/rumpf_trafo.hpp>
10
11
using namespace
FEAT
;
12
13
// RumpfTrafos
14
template
struct
FEAT::Meshopt::RumpfTrafo
<
15
Trafo::Standard::Mapping<Geometry::ConformalMesh< Shape::Simplex<2>
, 2,
double
>>,
double
>;
16
17
template
struct
FEAT::Meshopt::RumpfTrafo
<
18
Trafo::Standard::Mapping<Geometry::ConformalMesh< Shape::Simplex<3>
, 3,
double
>>,
double
>;
19
20
template
struct
FEAT::Meshopt::RumpfTrafo
<
21
Trafo::Standard::Mapping<Geometry::ConformalMesh< Shape::Hypercube<2>
, 2,
double
>>,
double
>;
22
23
template
struct
FEAT::Meshopt::RumpfTrafo
<
24
Trafo::Standard::Mapping<Geometry::ConformalMesh< Shape::Hypercube<3>
, 3,
double
>>,
double
>;
base_header.hpp
FEAT Kernel base header.
FEAT::Trafo::Standard::Mapping
Standard transformation mapping class template.
Definition:
mapping.hpp:39
FEAT
FEAT namespace.
Definition:
adjactor.hpp:12
FEAT::Meshopt::RumpfTrafo
Computes quantities associated with the transformation to Rumpf reference cells.
Definition:
rumpf_trafo.hpp:44
kernel
meshopt
rumpf_trafo-eickt.cpp
Generated by
1.9.5