You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
hp2D
testsuite
functionEvaluation.hh
Go to the documentation of this file.
1
9
#ifndef testname_hh
10
#define testname_hh
11
12
#include "
basics/testcase.hh
"
13
#include "
basics/typedefs.hh
"
14
#include "
basics/vectorsMatricesForward.hh
"
15
16
using
concepts::Real
;
17
18
namespace
hp2D
{
19
class
Space;
20
}
21
22
namespace
test
{
23
24
// **************************************************** FunctionEvaluation **
25
30
class
FunctionEvaluation
:
public
TestCase
{
31
public
:
32
virtual
~FunctionEvaluation
() {}
33
virtual
void
run
();
34
36
37
41
void
testValue
(
hp2D::Space
& spc);
43
void
testValueInt
(
hp2D::Space
& spc);
48
void
testValueComb
(
hp2D::Space
& spc);
51
void
testTrace
(
hp2D::Space
& spc);
53
private
:
55
Real shapeFct_(
const
uint i[2],
const
concepts::Real2d
& p)
const
;
56
};
57
58
}
// namespace test
59
60
#endif
// hp2DFunctionEvalutation_hh
concepts::Point< Real, 2 >
hp2D::Space
Definition
space.hh:88
test::FunctionEvaluation
Definition
functionEvaluation.hh:30
test::FunctionEvaluation::testValueInt
void testValueInt(hp2D::Space &spc)
Tests the evaluation of hp2D::Value at the integration points.
test::FunctionEvaluation::testValueComb
void testValueComb(hp2D::Space &spc)
test::FunctionEvaluation::testTrace
void testTrace(hp2D::Space &spc)
test::FunctionEvaluation::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::FunctionEvaluation::testValue
void testValue(hp2D::Space &spc)
test::TestCase
Definition
testcase.hh:92
concepts::Real
double Real
Definition
typedefs.hh:39
hp2D
Definition
explicitResidual.hh:120
test
Definition
testcase.hh:66
testcase.hh
typedefs.hh
vectorsMatricesForward.hh
Generated on Wed Sep 13 2023 21:06:20 for Concepts by
1.9.8