SOFA API  83276a98
Open source framework for multi-physics simuation
sofa::component::odesolver::backward::StaticSolver::NewtonRaphsonDeprecatedData< T > Struct Template Reference

#include <StaticSolver.h>

Inheritance diagram for sofa::component::odesolver::backward::StaticSolver::NewtonRaphsonDeprecatedData< T >:

Public Attributes

std::optional< T > value
 
- Public Attributes inherited from sofa::core::objectmodel::lifecycle::DeprecatedData
std::string m_deprecationVersion
 
std::string m_removalVersion
 
std::string m_name
 
std::string m_helptext
 
bool m_isRemoved
 

Public Member Functions

 NewtonRaphsonDeprecatedData (Base *b, const std::string name)
 
- Public Member Functions inherited from sofa::core::objectmodel::lifecycle::DeprecatedData
 DeprecatedData (Base *b, const std::string &deprecationVersion, const std::string &removalVersion, const std::string &name, const std::string &helptext)
 

Attribute details

◆ value

Constructor details

◆ NewtonRaphsonDeprecatedData()

template<class T >
sofa::component::odesolver::backward::StaticSolver::NewtonRaphsonDeprecatedData< T >::NewtonRaphsonDeprecatedData ( Base b,
const std::string  name 
)
inline