dune-fem 2.8.0
Loading...
Searching...
No Matches
threadfilter.hh
Go to the documentation of this file.
1#ifndef DUNE_FEM_THREADFILTER_HH
2#define DUNE_FEM_THREADFILTER_HH
3
4#warning("WARNING: please use DomainFilter instead of ThreadFilter.")
5
7
8namespace Dune
9{
10 namespace Fem
11 {
12 template< typename ... Args >
13 using ThreadFilter = DomainFilter< Args ... >;
14 }
15}
16
17#endif // #ifndef DUNE_FEM_THREADFILTER_HH
Definition: bindguard.hh:11
Definition: domainfilter.hh:55