C++ main module for emicrom Package  1.0
EMM_ElasticStressTest.h
Go to the documentation of this file.
1 #ifndef EMM_ElasticStressTest_H
2 #define EMM_ElasticStressTest_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_ElasticStressTest(void);
43 
44 
45 
46 public:
49  inline static SP::EMM_ElasticStressTest New() {
50  SP::EMM_ElasticStressTest p(new EMM_ElasticStressTest(),
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 
68 
78 
82  tBoolean FEMTest() const;
83 
84 };
85 
86 #endif
tBoolean elasticStressQuadraticTest(const tFlag &c) const
test the elastic stress for quadratic u on c coordinate
Definition: EMM_ElasticStressTest.cpp:331
SP_OBJECT(EMM_ElasticStressTest)
This class is a Run class for Common package.
Definition: CORE_Run.h:38
EMM_ElasticStressTest(void)
create the class
Definition: EMM_ElasticStressTest.cpp:13
#define tBoolean
Definition: types.h:139
DEFINE_SPTR(EMM_ElasticStressTest)
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
tBoolean elasticStressLinearTest() const
test the elastic stress for linear u
Definition: EMM_ElasticStressTest.cpp:60
virtual ~EMM_ElasticStressTest(void)
destroy the class
Definition: EMM_ElasticStressTest.cpp:16
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_ElasticStressTest.cpp:23
tBoolean FEMTest() const
test the Finite Element Method
Definition: EMM_ElasticStressTest.cpp:613
This class is a test class for testing elastic stress commputing method of displacement operators...
Definition: EMM_ElasticStressTest.h:17
static SP::EMM_ElasticStressTest New()
create a test class
Definition: EMM_ElasticStressTest.h:49
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141
#define tFlag
Definition: types.h:74