FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
shape_convert_target.hpp
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#pragma once
7
8// includes, FEAT
9#include <kernel/geometry/index_set.hpp>
10#include <kernel/geometry/target_set.hpp>
11
12namespace FEAT
13{
14 namespace Geometry
15 {
17 namespace Intern
18 {
19 // TODO
20 } // namespace Intern
22 } // namespace Geometry
23} // namespace FEAT
FEAT namespace.
Definition: adjactor.hpp:12