#include "src/adolc/AdolCOps.hpp"
|
| using | MatrixPtr = boost::shared_ptr< MatrixDouble > |
| |
|
| virtual | ~ADolCData ()=default |
| |
| virtual std::pair< bool, MatrixPtr > | insertCommonData (const std::string &name, const MatrixDouble &data=MatrixDouble(), int shift=0)=0 |
| |
| virtual std::pair< bool, MatrixPtr > | insertActiveData (const std::string &name, const MatrixDouble &data=MatrixDouble(), int shift=0)=0 |
| |
| virtual std::pair< bool, MatrixPtr > | insertDependentData (const std::string &name, const MatrixDouble &data=MatrixDouble(), int shift=0)=0 |
| |
| virtual std::pair< bool, MatrixPtr > | insertDependentDerivativesData (const std::string &name, const MatrixDouble &data=MatrixDouble(), int shift=0)=0 |
| |
| virtual MatrixPtr | getCommonDataPtr (const std::string &name)=0 |
| |
| virtual MatrixPtr | getActiveDataPtr (const std::string &name)=0 |
| |
| virtual MatrixPtr | getDependentDataPtr (const std::string &name)=0 |
| |
| virtual MatrixPtr | getDependentDerivativesDataPtr (const std::string &name)=0 |
| |
| virtual MoFEMErrorCode | setActiveContinuousVector (std::vector< double > &active_variables)=0 |
| |
| virtual MoFEMErrorCode | setDependentContinuousVector (std::vector< double > &dependent_variables)=0 |
| |
| virtual MoFEMErrorCode | setDependentDerivativesContinuousVector (std::vector< double > &dependent_variables_derivatives)=0 |
| |
| virtual MoFEMErrorCode | getActiveContinuousVector (const std::vector< double > &active_variables)=0 |
| |
| virtual MoFEMErrorCode | getDependentContinuousVector (const std::vector< double > &dependent_variables)=0 |
| |
| virtual MoFEMErrorCode | getDependentDerivativesContinuousVector (const std::vector< double > &dependent_variables_derivatives)=0 |
| |
Definition at line 75 of file AdolCOps.hpp.
◆ MatrixPtr
◆ ~ADolCData()
| virtual AdolCOps::ADolCData::~ADolCData |
( |
| ) |
|
|
virtualdefault |
◆ getActiveContinuousVector()
| virtual MoFEMErrorCode AdolCOps::ADolCData::getActiveContinuousVector |
( |
const std::vector< double > & |
active_variables | ) |
|
|
pure virtual |
◆ getActiveDataPtr()
| virtual MatrixPtr AdolCOps::ADolCData::getActiveDataPtr |
( |
const std::string & |
name | ) |
|
|
pure virtual |
◆ getCommonDataPtr()
| virtual MatrixPtr AdolCOps::ADolCData::getCommonDataPtr |
( |
const std::string & |
name | ) |
|
|
pure virtual |
◆ getDependentContinuousVector()
| virtual MoFEMErrorCode AdolCOps::ADolCData::getDependentContinuousVector |
( |
const std::vector< double > & |
dependent_variables | ) |
|
|
pure virtual |
◆ getDependentDataPtr()
| virtual MatrixPtr AdolCOps::ADolCData::getDependentDataPtr |
( |
const std::string & |
name | ) |
|
|
pure virtual |
◆ getDependentDerivativesContinuousVector()
| virtual MoFEMErrorCode AdolCOps::ADolCData::getDependentDerivativesContinuousVector |
( |
const std::vector< double > & |
dependent_variables_derivatives | ) |
|
|
pure virtual |
◆ getDependentDerivativesDataPtr()
| virtual MatrixPtr AdolCOps::ADolCData::getDependentDerivativesDataPtr |
( |
const std::string & |
name | ) |
|
|
pure virtual |
◆ insertActiveData()
| virtual std::pair< bool, MatrixPtr > AdolCOps::ADolCData::insertActiveData |
( |
const std::string & |
name, |
|
|
const MatrixDouble & |
data = MatrixDouble(), |
|
|
int |
shift = 0 |
|
) |
| |
|
pure virtual |
◆ insertCommonData()
| virtual std::pair< bool, MatrixPtr > AdolCOps::ADolCData::insertCommonData |
( |
const std::string & |
name, |
|
|
const MatrixDouble & |
data = MatrixDouble(), |
|
|
int |
shift = 0 |
|
) |
| |
|
pure virtual |
◆ insertDependentData()
| virtual std::pair< bool, MatrixPtr > AdolCOps::ADolCData::insertDependentData |
( |
const std::string & |
name, |
|
|
const MatrixDouble & |
data = MatrixDouble(), |
|
|
int |
shift = 0 |
|
) |
| |
|
pure virtual |
◆ insertDependentDerivativesData()
| virtual std::pair< bool, MatrixPtr > AdolCOps::ADolCData::insertDependentDerivativesData |
( |
const std::string & |
name, |
|
|
const MatrixDouble & |
data = MatrixDouble(), |
|
|
int |
shift = 0 |
|
) |
| |
|
pure virtual |
◆ setActiveContinuousVector()
| virtual MoFEMErrorCode AdolCOps::ADolCData::setActiveContinuousVector |
( |
std::vector< double > & |
active_variables | ) |
|
|
pure virtual |
◆ setDependentContinuousVector()
| virtual MoFEMErrorCode AdolCOps::ADolCData::setDependentContinuousVector |
( |
std::vector< double > & |
dependent_variables | ) |
|
|
pure virtual |
◆ setDependentDerivativesContinuousVector()
| virtual MoFEMErrorCode AdolCOps::ADolCData::setDependentDerivativesContinuousVector |
( |
std::vector< double > & |
dependent_variables_derivatives | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: