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

dolfin_quadrature.h

Go to the documentation of this file.
00001 // Copyright (C) 2003 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 #ifndef __DOLFIN_QUADRATURE_H
00005 #define __DOLFIN_QUADRATURE_H
00006 
00007 // DOLFIN quadrature classes
00008 
00009 #include <dolfin/Quadrature.h>
00010 
00011 #include <dolfin/GaussQuadrature.h>
00012 #include <dolfin/RadauQuadrature.h>
00013 #include <dolfin/LobattoQuadrature.h>
00014 
00015 #include <dolfin/TetrahedronMidpointQuadrature.h>
00016 #include <dolfin/TetrahedronVertexQuadrature.h>
00017 
00018 #include <dolfin/TriangleMidpointQuadrature.h>
00019 #include <dolfin/TriangleVertexQuadrature.h>
00020 
00021 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.