DUNE-FEM (unstable)

quadratureimp_inline.hh
1#ifndef DUNE_FEM_QUADRATUREIMP_INLINE_HH
2#define DUNE_FEM_QUADRATUREIMP_INLINE_HH
3
4#include "quadratureimp.hh"
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
12 template <class ct, int dim>
13 inline TestQuadrature<ct, dim>::TestQuadrature(const GeometryType& geo, int order) :
14 QuadratureImp<ct, dim>(IdProvider::instance().newId()),
15 geo_(geo),
16 order_(order)
17 {}
18
19 template <class ct, int dim>
20 inline void TestQuadrature<ct, dim>::
21 newQuadraturePoint(const CoordinateType& c, ct w)
22 {
23 this->addQuadraturePoint(c, w);
24 }
25
26 } // namespace Fem
27
28} // namespace Dune
29
30#endif // #ifndef DUNE_FEM_QUADRATUREIMP_INLINE_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)