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
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
14using namespace FEAT;
15
16// RumpfFunctionals
18<
19 double,
21>;
22
24<
25 double,
27>;
28
30<
31 double,
33>;
34
36<
37 double,
39>;
FEAT Kernel base header.
Functionals for measuring and optimising mesh quality.
Standard transformation mapping class template.
Definition: mapping.hpp:39
FEAT namespace.
Definition: adjactor.hpp:12