Peano
Loading...
Searching...
No Matches
NodeTest.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 parallel {
11 namespace tests {
12 class NodeTest;
13 }
14 }
15}
16
17
22 private:
27
29
81
82 void testTagCalculation();
83 public:
84 NodeTest();
85 virtual void run() override;
86};
87
88
I test the mapping of vertex adjacency data onto stack numbers here.
Definition NodeTest.h:21
void testGetOutputStacksForPeriodicBoundaryExchange()
Boundary data exchange test case.
Definition NodeTest.cpp:38
static tarch::logging::Log _log
Logging device.
Definition NodeTest.h:26
virtual void run() override
This routine is triggered by the TestCaseCollection.
Definition NodeTest.cpp:130
Log Device.
Definition Log.h:516
Represents one test case.
Definition TestCase.h:57
The parallel namespace is Peano's core abstracts from both MPI and multicore parallelisation.