FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
dudv_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/dudv_functional.hpp>
10
11using namespace FEAT;
12
13// DuDvFunctionals
15<
16 double, Index,
19>;
20
22<
23 double, Index,
26>;
FEAT Kernel base header.
CSR based blocked sparse matrix.
Mesh optimizer based on minimization of harmonic energy.
Standard transformation mapping class template.
Definition: mapping.hpp:39
FEAT namespace.
Definition: adjactor.hpp:12
std::uint64_t Index
Index data type.