Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
spaceH1Test.hh
Go to the documentation of this file.
1
6
#ifndef spaceH1Test_hh
7
#define spaceH1Test_hh
8
9
#include "
basics/testcase.hh
"
10
#include "
basics/typedefs.hh
"
11
12
using
concepts::Real
;
13
14
namespace
test
{
15
16
// **************************************************** SpaceH1Test **
17
21
class
SpaceH1Test
:
public
TestCase
{
22
public
:
23
virtual
~SpaceH1Test
() {}
24
virtual
void
run
();
25
27
28
30
void
dirichlet
();
32
};
33
34
}
// namespace test
35
36
#endif
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
test::SpaceH1Test
Tests the H1 space hpAdaptiveSpaceH1.
Definition:
spaceH1Test.hh:21
test
Unit tests.
Definition:
testcase.hh:66
test::SpaceH1Test::~SpaceH1Test
virtual ~SpaceH1Test()
Definition:
spaceH1Test.hh:23
test::SpaceH1Test::dirichlet
void dirichlet()
Test for dirichlet boundary.
test::SpaceH1Test::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
typedefs.hh
concepts::Real
double Real
Type normally used for a floating point number.
Definition:
typedefs.hh:36
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich