FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::TestSystem Namespace Reference

TestSystem namespace. More...

Classes

class  TestFailedException
 exception thrown by the check method in UnitTest More...
 
class  TestList
 list of all instantiated tests More...
 
class  UnitTest
 base class for all Tests More...
 

Functions

template<typename DT_ >
DT_ relaxed_tol ()
 
template<>
double relaxed_tol< double > ()
 
template<>
float relaxed_tol< float > ()
 
template<typename DT_ >
DT_ tol ()
 
template<>
double tol< double > ()
 
template<>
float tol< float > ()
 

Detailed Description

TestSystem namespace.

Function Documentation

◆ relaxed_tol()

template<typename DT_ >
DT_ FEAT::TestSystem::relaxed_tol ( )

Definition at line 338 of file test_system.hpp.

◆ relaxed_tol< double >()

template<>
double FEAT::TestSystem::relaxed_tol< double > ( )
inline

Definition at line 344 of file test_system.hpp.

◆ relaxed_tol< float >()

template<>
float FEAT::TestSystem::relaxed_tol< float > ( )
inline

Definition at line 350 of file test_system.hpp.

◆ tol()

template<typename DT_ >
DT_ FEAT::TestSystem::tol ( )

Definition at line 304 of file test_system.hpp.

◆ tol< double >()

template<>
double FEAT::TestSystem::tol< double > ( )
inline

Definition at line 310 of file test_system.hpp.

◆ tol< float >()

template<>
float FEAT::TestSystem::tol< float > ( )
inline

Definition at line 316 of file test_system.hpp.