C++ main module for stochmagnet Package
1.0
|
This class is describes an implmentation of operator with the class I. More...
#include <SM_TemplatedOperator.h>
Public Member Functions | |
virtual tMemSize | getMemorySize () const |
return the memory size of the class and the memory size of all its attributes/associations More... | |
void | computeTemplatedMagneticField (const tIndex &t, const SM_Network &network, const tReal *mu, tReal *B) const |
compute the magnetic field by templated method at time t More... | |
void | computeTemplatedMagneticFieldAndEnergy (const tIndex &t, const SM_Network &network, const tReal *mu, tReal *H, tReal &E) |
compute the magnetic field and energy at time t More... | |
tReal | computeTemplatedEnergy (const tIndex &t, const SM_Network &network, const tReal *mu) const |
compute the energy More... | |
virtual CORE_UniquePointer< SM_Operator > | NewInstance () const =0 |
create a New instance of this @retrun an unique pointer to the instance More... | |
virtual tMemSize | getContentsMemorySize () const |
return nthe memory size of the included associations More... | |
const tString & | getName () const |
return the operator name More... | |
virtual void | copy (const SM_Operator &op) |
copy More... | |
virtual void | discretize (const SM_System &system) |
discretize the operator : do nothing by default More... | |
virtual void | computeMagneticField (const tIndex &t, const SM_Network &network, const tReal *mu, tReal *B) const =0 |
compute the magnetic field by virtual method More... | |
void | computeMagneticField (const tIndex &t, const SM_Network &network, const SM_RealField &Mu, SM_RealField &B) const |
compute the magnetic field at time t by virtual method More... | |
virtual void | computeMagneticFieldAndEnergy (const tIndex &t, const SM_Network &network, const tReal *mu, tReal *B, tReal &E) const =0 |
compute the magnetic field by virtual method More... | |
tReal | computeEnergy (const tIndex &t, const SM_Network &network, const SM_RealField &mu) const |
compute the energy at time t by virtual method More... | |
virtual tReal | computeEnergy (const tIndex &t, const SM_Network &network, const tReal *mu) const =0 |
compute the energy at time t by virtual method More... | |
virtual tReal | computeEnergy (const SM_Network &network, const tReal *mu, const tReal *H) const |
compute the energy More... | |
template<class T > | |
std::shared_ptr< T > | getSharedPointer () |
return the shared pointer for this More... | |
template<class T > | |
std::shared_ptr< const T > | getConstSharedPointer () const |
return a const shared pointer for this More... | |
template<class T > | |
tBoolean | isInstanceOf () const |
test if the clas T is an instance of this class More... | |
tString | getClassName () const |
return the name of the class More... | |
tString | getPointerString () const |
retrun the pointer of the class as a string More... | |
tString | getIdentityString () const |
retrun the string identification of the class More... | |
virtual tString | toString () const |
return the string representation of the object node More... | |
Static Public Member Functions | |
static tBoolean | EnableMemoryStack (const tBoolean &isMemoryChecked) |
enable the memory stack More... | |
static void | EnableMemoryStack () |
enable the memory stack More... | |
static void | DisableMemoryStack () |
disable the memory stack More... | |
static tBoolean | IsMemoryStackEnabled () |
return trur if the memory stack is enabled More... | |
static tString | MemoryStackToString () |
get the memory stack in string More... | |
static tIndex | GetRegisteredClassesNumber () |
get the memory stack in string More... | |
Protected Member Functions | |
SM_TemplatedOperator (void) | |
create a network class More... | |
virtual | ~SM_TemplatedOperator (void) |
destroy More... | |
void | setName (const tString &name) |
set the name More... | |
Private Member Functions | |
template<class T > | |
std::shared_ptr< T > | setThis (std::unique_ptr< T, CORE_Object::Delete > &up) |
set the shared pointer from an unique pointer More... | |
Private Attributes | |
tString | mName |
std::weak_ptr< CORE_Object > | mThis |
This class is describes an implmentation of operator with the class I.
|
inlineprotected |
create a network class
|
inlineprotectedvirtual |
destroy
|
inlinevirtualinherited |
compute the energy
[in] | network | : network |
[in] | mu | magnetic moments of size nParticles x dim |
[in] | H | magnetic field of size nParticles x dim |
Reimplemented in SM_ZeemanOperator.
References SM_Network::getDimension(), SM_Network::getParticlesNumber(), tIndex, and tReal.
|
inlineinherited |
compute the energy at time t by virtual method
[in] | t | : time step index |
[in] | network | : network |
[in] | mu | magnetic moments of size nParticles x dim |
Referenced by SM_Test::testDerivative().
|
pure virtualinherited |
compute the energy at time t by virtual method
[in] | t | : time step index |
[in] | network | : network |
[in] | mu | magnetic moments of size nParticles x dim |
Implemented in SM_ZeemanOperator, SM_HeissenbergOperator, and SM_DemagnetizedOperator.
|
inlineinherited |
compute the magnetic field at time t by virtual method
[in] | t | : time step index |
[in] | network | : network |
[in] | Mu | magnetic moments of size nParticles x dim |
[out] | B | magnetic field of size nParticles x dim defined by B=H(mu) |
References SM_Operator::computeMagneticField(), CORE_Field< T, K, D, S, I >::getElementsNumber(), CORE_Field< T, K, D, S, I >::setElementsNumber(), and tIndex.
|
pure virtualinherited |
compute the magnetic field by virtual method
[in] | t | : time step index |
[in] | network | : network |
[in] | mu | magnetic moments of size nParticles x dim |
[in,out] | B | magnetic field of size nParticles x dim |
Implemented in SM_ZeemanOperator, SM_HeissenbergOperator, and SM_DemagnetizedOperator.
Referenced by SM_Operator::computeMagneticField().
|
pure virtualinherited |
compute the magnetic field by virtual method
[in] | t | : time step index |
[in] | network | : network |
[in] | mu | magnetic moments of size nParticles x dim |
[in,out] | B | magnetic field of size nParticles x dim |
[out] | E | energy of the operator |
Implemented in SM_ZeemanOperator, SM_HeissenbergOperator, and SM_DemagnetizedOperator.
Referenced by SM_Test::testDerivative().
|
inline |
compute the energy
[in] | t | index of time step for computation |
[in] | network | : network of the field |
[in] | mu | magnetic moments of size nParticles x dim |
|
inline |
compute the magnetic field by templated method at time t
[in] | t | index of time step for computation |
[in] | network | network of the field |
[in] | mu | magnetic moments of size nParticles x dim |
[out] | B | magnetic field of size nParticles x dim |
|
inline |
compute the magnetic field and energy at time t
[in] | t | index of time step for computation |
[in] | network | : network of the field |
[in] | mu | magnetic moments of size nParticles x dim |
[in,out] | H | magnetic field of size nParticles x dim |
[out] | E | energy of the operator |
|
inlinevirtualinherited |
copy
[in] | op | : operator to copy |
Reimplemented in SM_ZeemanOperator.
References SM_Operator::getName(), and SM_Operator::mName.
Referenced by SM_ZeemanOperator::copy().
|
inlinestaticinherited |
disable the memory stack
Referenced by CORE_Object::EnableMemoryStack().
|
inlinevirtualinherited |
discretize the operator : do nothing by default
[in] | system | : system of the operator |
Reimplemented in SM_ZeemanOperator, SM_PermanentZeemanOperator, SM_ConstantZeemanOperator, and SM_DemagnetizedOperator.
Referenced by SM_DemagnetizedOperator::discretize().
|
inlinestaticinherited |
enable the memory stack
Referenced by CORE_Object::EnableMemoryStack(), and CORE_Run::SetDebugOptions().
|
inlinestaticinherited |
enable the memory stack
[in] | isMemoryChecked | : true to verify memory allocation of CORE_Object classes |
References CORE_Object::DisableMemoryStack(), CORE_Object::EnableMemoryStack(), and CORE_Object::IsMemoryStackEnabled().
|
inlineinherited |
return the name of the class
Referenced by CORE_Object::getIdentityString(), and CORE_Test::testTypes().
|
inlineinherited |
return a const shared pointer for this
References CORE_Object::mThis.
|
inlinevirtualinherited |
return nthe memory size of the included associations
Reimplemented from CORE_Object.
Reimplemented in SM_ZeemanOperator, and SM_DemagnetizedOperator.
References CORE_Object::getContentsMemorySize(), SM_Operator::mName, and tMemSize.
Referenced by SM_DemagnetizedOperator::getContentsMemorySize(), SM_ZeemanOperator::getContentsMemorySize(), SM_HeissenbergOperator::getMemorySize(), SM_Operator::getMemorySize(), and SM_TemplatedOperator< I >::getMemorySize().
|
inlineinherited |
retrun the string identification of the class
References CORE_Object::getClassName(), and core_functions::pointerToString().
Referenced by CORE_Test::testArray(), CORE_Test::testField(), CORE_Test::testTypes(), CORE_Object::toString(), CORE_ClassFactory::toString(), and CORE_Field< T, K, D, S, I >::toString().
|
inlinevirtual |
return the memory size of the class and the memory size of all its attributes/associations
Reimplemented from SM_Operator.
Reimplemented in SM_ZeemanOperator, SM_PermanentZeemanOperator, SM_HeissenbergOperator, SM_DemagnetizedOperator, and SM_ConstantZeemanOperator.
References SM_Operator::getContentsMemorySize().
|
inlineinherited |
return the operator name
References SM_Operator::mName.
Referenced by SM_Operator::copy(), and SM_TemplatedSystem< SystemImpl >::getOperatorNames().
|
inlineinherited |
retrun the pointer of the class as a string
References core_functions::pointerToString().
|
inlinestaticinherited |
get the memory stack in string
|
inlineinherited |
return the shared pointer for this
References CORE_Object::mThis.
|
inlineinherited |
test if the clas T is an instance of this class
Referenced by SM_Beam::templatedSimulate().
|
inlinestaticinherited |
return trur if the memory stack is enabled
Referenced by CORE_Object::EnableMemoryStack(), and main().
|
inlinestaticinherited |
get the memory stack in string
Referenced by main().
|
pure virtualinherited |
create a New instance of this @retrun an unique pointer to the instance
Implemented in SM_ZeemanOperator, SM_HeissenbergOperator, SM_DemagnetizedOperator, and SM_ConstantZeemanOperator.
|
inlineprotectedinherited |
set the name
[in] | name | name of the operator |
References SM_Operator::mName.
Referenced by SM_DemagnetizedOperator::SM_DemagnetizedOperator(), SM_HeissenbergOperator::SM_HeissenbergOperator(), and SM_ZeemanOperator::SM_ZeemanOperator().
|
inlineprivateinherited |
set the shared pointer from an unique pointer
[in,out] | up | unique pointer of the class at input, points to null pointer at output |
Method only calledby the friend class CORE_ClassFactory::NewSharedInstance()
References CORE_Object::mThis.
|
inlinevirtualinherited |
return the string representation of the object node
Reimplemented in SM_TimeStepper, SM_System, SM_StochasticFunction, SM_Network, SM_LandauLifschitzFunction, SM_Beam, CORE_Field< T, K, D, S, I >, CORE_Field< T, K, D, CORE_StdPtrArray< T >, CORE_StdPtrField< T, K, D > >, CORE_Field< T, K, D, CORE_StdValArray< T >, CORE_StdValField< T, K, D > >, CORE_Collection< T, I >, CORE_ClassFactory, and SM_NoiseRateFunction.
References CORE_Object::getIdentityString().
Referenced by SM_Run::run(), CORE_Collection< T, I >::toString(), SM_Beam::toString(), SM_Network::toString(), SM_StochasticFunction::toString(), SM_System::toString(), and SM_TimeStepper::toString().
|
privateinherited |
|
privateinherited |
Referenced by CORE_Object::getConstSharedPointer(), CORE_Object::getSharedPointer(), and CORE_Object::setThis().