Peano
Loading...
Searching...
No Matches
GridTraversalEventGeneratorTest.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6#include "tarch/logging/Log.h"
7
8
9namespace peano4 {
10 namespace grid {
11 namespace tests {
12 class GridTraversalEventGeneratorTest;
13 }
14 }
15}
16
17
139
140
virtual void run() override
This routine is triggered by the TestCaseCollection.
void testAreFacesLocal2()
A simple setup that I extracted from a bug in the code:
Log Device.
Definition Log.h:516
Represents one test case.
Definition TestCase.h:57