1 #ifndef EMM_RelaxationTest_H 2 #define EMM_RelaxationTest_H 46 inline static SP::EMM_RelaxationTest
New() {
60 const map<tString,tString>& options)
const;
DEFINE_SPTR(EMM_RelaxationTest)
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_RelaxationTest.cpp:17
This class is a test class for testing EMM_Relaxation classes.
Definition: EMM_RelaxationTest.h:14
This class is a Run class for Common package.
Definition: CORE_Run.h:38
#define tBoolean
Definition: types.h:139
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
SP_OBJECT(EMM_RelaxationTest)
EMM_RelaxationTest(void)
create
Definition: EMM_RelaxationTest.cpp:10
static SP::EMM_RelaxationTest New()
create a test class
Definition: EMM_RelaxationTest.h:46
virtual ~EMM_RelaxationTest(void)
destroy
Definition: EMM_RelaxationTest.cpp:13
tBoolean testNewM() const
test the new M computing
Definition: EMM_RelaxationTest.cpp:281
tBoolean testLandauLifschitz() const
test the Landau Lifchitz function
Definition: EMM_RelaxationTest.cpp:50
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141