![]() |
00001 // Copyright (C) 2004 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #include <dolfin/Matrix.h> 00005 #include <dolfin/PDE.h> 00006 00007 namespace dolfin 00008 { 00009 00011 00012 class MassMatrix : public Matrix 00013 { 00014 public: 00015 00017 MassMatrix(Mesh& mesh); 00018 00019 }; 00020 00021 }
Documentation automatically generated with Doxygen on 10 Sep 2004.