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

StiffnessMatrix.h

Go to the documentation of this file.
00001 // Copyright (C) 2004 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 #include <dolfin/constants.h>
00005 #include <dolfin/Matrix.h>
00006 #include <dolfin/PDE.h>
00007 
00008 namespace dolfin
00009 {
00010 
00013 
00014   class StiffnessMatrix : public Matrix
00015   {
00016   public:
00017   
00019     StiffnessMatrix(Mesh& mesh, real epsilon = 1.0);
00020 
00021   };
00022 
00023 }


Documentation automatically generated with Doxygen on 10 Sep 2004.