DUNE-FEM (unstable)

evaluatecallerdeclaration.hh
1#ifndef DUNE_FEM_EVALUATECALLER_DECLARATION_HH
2#define DUNE_FEM_EVALUATECALLER_DECLARATION_HH
3
4#include <cstdlib>
5#include <iostream>
6
7namespace Dune
8{
9 namespace Fem {
10
11 namespace Codegen {
12
13 // empty class for specialization of evaluation classes in basefunctionsets.hh
14 class EmptyGeometry {};
15
16 template <class BaseFunctionSet, class Geometry, int dimRange, int numRows, int numCols>
17 struct EvaluateRanges;
18
19 template <class BaseFunctionSet, class Geometry,
20 int dimRange, int numRows, int numCols>
21 struct EvaluateJacobians;
22
23 template <class BaseFunctionSet, class Geometry,
24 int dimRange, int numRows, int numCols>
25 struct AxpyRanges;
26
27 template <class BaseFunctionSet, class Geometry,
28 int dimRange, int numRows, int numCols>
29 struct AxpyJacobians;
30 }
31 }
32}
33#endif // DUNE_FEM_EVALUATECALLER_DECLARATION_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)