NGSolve
4.9
|
00001 #ifndef FILE_MULTIGRID 00002 #define FILE_MULTIGRID 00003 00004 /*********************************************************************/ 00005 /* File: multigrid.hh */ 00006 /* Author: Joachim Schoeberl */ 00007 /* Date: 20. Apr. 2000 */ 00008 /*********************************************************************/ 00009 00010 /* 00011 Multigrid algorithms 00012 */ 00013 00014 00015 #include <comp.hpp> 00016 00017 00019 00020 namespace ngmg 00021 { 00022 using namespace std; 00023 using namespace ngstd; 00024 using ngstd::INT; 00025 using namespace ngla; 00026 using namespace ngfem; 00027 using namespace ngcomp; 00028 } 00029 00030 00031 #include "mgpre.hpp" 00032 #include "prolongation.hpp" 00033 #include "smoother.hpp" 00034 // #include "vefc.hpp" 00035 // #include "evcoarse.hpp" 00036 00037 00038 #endif