FEAT
3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
rumpf_functional-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_functional.hpp>
10
11
#include <kernel/meshopt/rumpf_functionals/p1.hpp>
12
#include <kernel/meshopt/rumpf_functionals/q1.hpp>
13
14
using namespace
FEAT
;
15
16
// RumpfFunctionals
17
template
class
FEAT::Meshopt::RumpfFunctional
18
<
19
double,
20
Trafo::Standard::Mapping<Geometry::ConformalMesh<Shape::Simplex<2>
, 2,
double
>>
21
>;
22
23
template
class
FEAT::Meshopt::RumpfFunctional
24
<
25
double,
26
Trafo::Standard::Mapping<Geometry::ConformalMesh<Shape::Simplex<3>
, 3,
double
>>
27
>;
28
29
template
class
FEAT::Meshopt::RumpfFunctional
30
<
31
double,
32
Trafo::Standard::Mapping<Geometry::ConformalMesh<Shape::Hypercube<2>
, 2,
double
>>
33
>;
34
35
template
class
FEAT::Meshopt::RumpfFunctional
36
<
37
double,
38
Trafo::Standard::Mapping<Geometry::ConformalMesh<Shape::Hypercube<3>
, 3,
double
>>
39
>;
base_header.hpp
FEAT Kernel base header.
FEAT::Meshopt::RumpfFunctional
Functionals for measuring and optimising mesh quality.
Definition:
rumpf_functional.hpp:187
FEAT::Trafo::Standard::Mapping
Standard transformation mapping class template.
Definition:
mapping.hpp:39
FEAT
FEAT namespace.
Definition:
adjactor.hpp:12
kernel
meshopt
rumpf_functional-eickt.cpp
Generated by
1.9.5