FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
base.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/eval_tags.hpp>
10#include <kernel/space/eval_data.hpp>
11#include <kernel/trafo/eval_data.hpp>
12
13namespace FEAT
14{
18 namespace Assembly
19 {
20 } // namespace Assembly
21} // namespace FEAT
FEAT namespace.
Definition: adjactor.hpp:12