SOFA API  cb3b2882
Open source framework for multi-physics simuation
sofa::core::TStandardVec< V_MATDERIV, vaccess > Class Template Reference

#include <VecId.h>

Inheritance diagram for sofa::core::TStandardVec< V_MATDERIV, vaccess >:

Static Public Attributes

static constexpr uint8_t V_FIRST_DYNAMIC_INDEX = static_cast<uint8_t>(State::DYNAMIC_INDEX)
 

Static Public Member Functions

template<State v_state>
static constexpr MyVecId state ()
 
static constexpr MyVecId constraintJacobian ()=delete
 
static constexpr MyVecId mappingJacobian ()=delete
 This is the first index used for dynamically allocated vectors. More...
 
static std::string getName (const MyVecId &v)
 
static std::string getGroup (const MyVecId &v)
 

Attribute details

◆ V_FIRST_DYNAMIC_INDEX

template<VecAccess vaccess>
constexpr uint8_t sofa::core::TStandardVec< V_MATDERIV, vaccess >::V_FIRST_DYNAMIC_INDEX = static_cast<uint8_t>(State::DYNAMIC_INDEX)
staticconstexpr

Function details

◆ constraintJacobian()

template<VecAccess vaccess>
static constexpr MyVecId sofa::core::TStandardVec< V_MATDERIV, vaccess >::constraintJacobian ( )
staticconstexprdelete

◆ getGroup()

template<VecAccess vaccess>
static std::string sofa::core::TStandardVec< V_MATDERIV, vaccess >::getGroup ( const MyVecId v)
inlinestatic

◆ getName()

template<VecAccess vaccess>
static std::string sofa::core::TStandardVec< V_MATDERIV, vaccess >::getName ( const MyVecId v)
inlinestatic

◆ mappingJacobian()

template<VecAccess vaccess>
static constexpr MyVecId sofa::core::TStandardVec< V_MATDERIV, vaccess >::mappingJacobian ( )
staticconstexprdelete

This is the first index used for dynamically allocated vectors.

◆ state()

template<VecAccess vaccess>
template<State v_state>
static constexpr MyVecId sofa::core::TStandardVec< V_MATDERIV, vaccess >::state ( )
inlinestaticconstexpr