|
Manicore
Library to implement schemes on n-dimensionnal manifolds.
|
#include "pec.hpp"#include "exterior_objects.hpp"#include "parallel_for.hpp"#include "preprocessor.hpp"
Macros | |
| #define | PRED(x, ...) COMPL(IS_1(x)) |
| #define | OP(x, ...) template class Manicore::PEC<x>; |
| #define | CONT(x, ...) DEC(x), __VA_ARGS__ |
| #define CONT | ( | x, | |
| ... | |||
| ) | DEC(x), __VA_ARGS__ |
| #define OP | ( | x, | |
| ... | |||
| ) | template class Manicore::PEC<x>; |