Go to the source code of this file.
◆ doLocalCode
#define doLocalCode |
( |
| Type, |
|
|
| function, |
|
|
| polynomial, |
|
|
| EXECUTOR, |
|
|
| SOLVER ) |
Value: { \
perform2DTestConsistentMapping(consistentMap2D); \
perform2DTestConsistentMappingVector(consistentMap2DVector); \
perform3DTestConsistentMapping(consistentMap3D); \
perform2DTestScaledConsistentMapping(scaledConsistentMap2D); \
perform3DTestScaledConsistentMapping(scaledConsistentMap3D); \
perform2DTestConservativeMapping(conservativeMap2D); \
perform2DTestConservativeMappingVector(conservativeMap2DVector); \
perform3DTestConservativeMapping(conservativeMap3D); \
}
@ SCALED_CONSISTENT_SURFACE
Mapping with radial basis functions.
std::size_t maxIterations
Definition at line 24 of file GinkgoRadialBasisFctSolverTest.cpp.
◆ TEST_FOR_ALL_RBFS
#define TEST_FOR_ALL_RBFS |
( |
| EXECUTOR, |
|
|
| SOLVER ) |
◆ TEST_FOR_ALL_RBFS()
TEST_FOR_ALL_RBFS |
( |
"reference-executor" | , |
|
|
"gmres-solver" | ) |