![]() |
00001 // Copyright (C) 2004 Harald Svensson. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __EULER_SOLVER_H 00005 #define __EULER_SOLVER_H 00006 00007 #include <dolfin/Solver.h> 00008 00009 namespace dolfin { 00010 00011 class EulerSolver : public Solver 00012 { 00013 00014 public: 00015 00016 EulerSolver(Mesh& mesh); 00017 00018 const char* description(); 00019 00020 void solve(); 00021 00022 }; 00023 00024 } 00025 00026 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.