Theory and Practice of FEM -- a parametrized Poisson Solver
poisson_tester.h
Go to the documentation of this file.
1
#ifndef poisson_tester_h
2
#define poisson_tester_h
3
4
#include <gtest/gtest.h>
5
6
#include <fstream>
7
8
#include "
poisson.h
"
9
10
using namespace
dealii
;
11
12
// Test Fixture for Poisson problem, using integralconstant
13
template
<
class
Integral>
14
class
PoissonTester
:
public
::testing::Test,
public
Poisson
<Integral::value>
15
{
16
public
:
17
PoissonTester
() =
default
;
18
};
19
20
#endif
Poisson
Definition:
poisson.h:73
PoissonTester
Definition:
poisson_tester.h:15
PoissonTester::PoissonTester
PoissonTester()=default
dealii
poisson.h
github
workspace
include
poisson_tester.h
Generated on Tue May 11 2021 07:24:45 for Theory and Practice of FEM -- a parametrized Poisson Solver by
1.9.1