1 2 3 4 5 6
#define dimension 3 #include "multigrid.h" void multigrid3D_methods() { multigrid_methods(); }