Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PoissonSolverMultigrid.h

Go to the documentation of this file.
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 #ifndef __POISSON_SOLVER_MULTIGRID_H
00005 #define __POISSON_SOLVER_MULTIGRID_H
00006 
00007 #include <dolfin/Solver.h>
00008 
00009 namespace dolfin {
00010   
00011   class PoissonSolverMultigrid : public Solver {
00012   public:
00013     
00014     PoissonSolverMultigrid(Mesh& mesh);
00015     
00016     const char* description();
00017     void solve();
00018     
00019   };
00020 
00021 }
00022 
00023 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.