C++ main module for emicrom Package  1.0
EMM_MagneticStressTest.h
Go to the documentation of this file.
1 #ifndef EMM_MagneticStressTest_H
2 #define EMM_MagneticStressTest_H
3 
4 #include "EMM_Test.h"
5 
6 
16 
18 
20  // ATTRIBUTES
21 
22 
23 public:
24 
25 
26 protected:
27  // METHODS
28 
29  // CONSTRUCTORS
30 
34 
35 
36 
37  // DESTRUCTORS
38 
39 
42  virtual ~EMM_MagneticStressTest(void);
43 
44 
45 
46 public:
49  inline static SP::EMM_MagneticStressTest New() {
50  SP::EMM_MagneticStressTest p(new EMM_MagneticStressTest(),
52  p->setThis(p);
53  return p;
54  };
55 
56 
57 
58 
59 
63  virtual tBoolean test(const CORE_Run& runner,const map<tString,tString>& options) const;
64 
65 
66 private:
67 
72 
81 
82 
83 };
84 
85 #endif
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