Class documentation of Concepts

Loading...
Searching...
No Matches
bem.hh
1// include files for the bem subdirectory
2
3#ifndef bem_hh
4#define bem_hh
5
6#include "bem/element.hh"
7#include "bem/space.hh"
8#include "bem/bform.hh"
9#include "bem/bformAdapt.hh"
10#include "bem/lform.hh"
11#include "bem/operator.hh"
12#include "bem/kernel.hh"
13
18namespace bem {
19 // leave this empty, just for documentation
20}
21
22
23#endif // bem_hh
Definition bem.hh:18