#ifndef FILE_MULTIGRID #define FILE_MULTIGRID /*********************************************************************/ /* File: multigrid.hh */ /* Author: Joachim Schoeberl */ /* Date: 20. Apr. 2000 */ /*********************************************************************/ /* Multigrid algorithms */ namespace ngmg { using namespace std; using namespace ngstd; using ngstd::INT; using namespace ngla; using namespace ngfem; using namespace ngcomp; #include "mgpre.hpp" #include "prolongation.hpp" #include "smoother.hpp" // #include "vefc.hpp" // #include "evcoarse.hpp" } #endif