1 #ifndef EMM_MagneticStressTest_H 2 #define EMM_MagneticStressTest_H 49 inline static SP::EMM_MagneticStressTest
New() {
DEFINE_SPTR(EMM_MagneticStressTest)
tBoolean magneticTensorTest() const
test the magnetic stress for constant M
Definition: EMM_MagneticStressTest.cpp:62
SP_OBJECT(EMM_MagneticStressTest)
This class is a Run class for Common package.
Definition: CORE_Run.h:38
static SP::EMM_MagneticStressTest New()
create a test class
Definition: EMM_MagneticStressTest.h:49
tBoolean magneticStressConstantTest() const
test the magnetic stress for constant M
Definition: EMM_MagneticStressTest.cpp:201
#define tBoolean
Definition: types.h:139
virtual ~EMM_MagneticStressTest(void)
destroy the class
Definition: EMM_MagneticStressTest.cpp:18
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_MagneticStressTest.cpp:25
tBoolean magneticStressLinearTest() const
test the magnetic stress for linear M
Definition: EMM_MagneticStressTest.cpp:446
This class is a test class for testing magnetic stress commputing method of displacement operators...
Definition: EMM_MagneticStressTest.h:17
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141
EMM_MagneticStressTest(void)
create the class
Definition: EMM_MagneticStressTest.cpp:15