#ifndef FILE_SOLVE #define FILE_SOLVE /*********************************************************************/ /* File: solve.hh */ /* Author: Joachim Schoeberl */ /* Date: 25. Mar. 2000 */ /*********************************************************************/ /* NGS Solves: BVP, Instationary, ... */ #include "tcl.h" #if TCL_MAJOR_VERSION==8 && TCL_MINOR_VERSION==4 #define TCL_CONST_IS_CONST #define tcl_const const #else #define tcl_const #endif namespace ngsolve { using namespace std; using namespace ngstd; using namespace ngla; using namespace ngfem; using namespace ngcomp; using namespace ngmg; #include "numproc.hpp" #include "pde.hpp" // #include "mbs3d.hh" // #include "mbs.hh" // #include "chapellestenberg.hh" // #include "plasticity.hh" // #include "nonlinint.hh" } #endif