|
Manicore
Library to implement schemes on n-dimensionnal manifolds.
|
#include "dcell_integral.hpp"#include <unsupported/Eigen/KroneckerProduct>#include "preprocessor.hpp"
Macros | |
| #define | PRED(x, y, ...) COMPL(IS_1(x)) |
| #define | OP(x, y, ...) template struct Manicore::dCell_mass<x,y>; template struct Manicore::dCell_traces<x,y>; |
| #define | CONT(x, y, ...) IF_ELSE_2(IS_1(y))(DEC(x), DEC(x), x,DEC(y)), __VA_ARGS__ |
| #define OP | ( | x, | |
| y, | |||
| ... | |||
| ) | template struct Manicore::dCell_mass<x,y>; template struct Manicore::dCell_traces<x,y>; |