xmsinterp
1.0
NodalFunc.t.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef CXX_TEST
3
//------------------------------------------------------------------------------
8
//------------------------------------------------------------------------------
9
10
//----- Included files ---------------------------------------------------------
11
#include <cxxtest/TestSuite.h>
12
13
//----- Forward declarations ---------------------------------------------------
14
15
//----- Namespace declaration --------------------------------------------------
16
// namespace xms {
17
18
//----- Constants / Enumerations -----------------------------------------------
19
20
//----- Structs / Classes ------------------------------------------------------
21
class
NodalFuncUnitTests
:
public
CxxTest::TestSuite
22
{
23
public
:
24
void
testCreateClass
();
25
void
testComputeGradientForPoint
();
26
};
27
28
//----- Function prototypes ----------------------------------------------------
29
30
//} // namespace xms
31
#endif // CXX_TEST
NodalFuncUnitTests::testCreateClass
void testCreateClass()
test class creation
Definition:
NodalFunc.cpp:639
NodalFuncUnitTests
tester for the NodalFunc class
Definition:
NodalFunc.t.h:21
NodalFuncUnitTests::testComputeGradientForPoint
void testComputeGradientForPoint()
test computing a gradient
Definition:
NodalFunc.cpp:651
xmsinterp
interpolate
detail
NodalFunc.t.h
Generated on Wed May 1 2019 16:42:27 for xmsinterp by
1.8.14