Peano
Loading...
Searching...
No Matches
DGUtilsTest.h
Go to the documentation of this file.
1// This file is part of the ExaHyPE2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
5
7
8
9namespace exahype2 {
10 namespace dg {
11 namespace tests {
12 class DGUtilsTest;
13 }
14 }
15}
16
17
19 private:
20 void testGetIndex();
24
25 public:
27
28 virtual ~DGUtilsTest() = default;
29
30 void run() override;
31};
32
33
void run() override
This routine is triggered by the TestCaseCollection.
Represents one test case.
Definition TestCase.h:57
Definition dg.py:1
For the generic kernels that I use here most of the time.
Definition CellAccess.h:13