Finite Element Domain Decomposition Library
FEDDLib
Loading...
Searching...
No Matches
Domain.hpp
1#ifndef Domain_hpp
2#define Domain_hpp
3
4#include "Domain_decl.hpp"
5#ifndef HAVE_EXPLICIT_INSTANTIATION
6 #include "Domain_def.hpp"
7#endif
8
9#endif