Manicore
Library to implement schemes on n-dimensionnal manifolds.
Macros
dcell_integral.cpp File Reference
#include "dcell_integral.hpp"
#include <unsupported/Eigen/KroneckerProduct>
#include "preprocessor.hpp"
Include dependency graph for dcell_integral.cpp:

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__
 

Macro Definition Documentation

◆ CONT

#define CONT (   x,
  y,
  ... 
)    IF_ELSE_2(IS_1(y))(DEC(x), DEC(x), x,DEC(y)), __VA_ARGS__

◆ OP

#define OP (   x,
  y,
  ... 
)    template struct Manicore::dCell_mass<x,y>; template struct Manicore::dCell_traces<x,y>;

◆ PRED

#define PRED (   x,
  y,
  ... 
)    COMPL(IS_1(x))