|
|
| DependencyUpdater (pDependencyMap dependencies_) |
| |
|
void | addIndependent (pParameter v) |
| |
|
void | addDependent (pParameter v) |
| |
|
void | clearDependent () |
| |
|
template<size_t rank, template< size_t > class CheckingPolicy> |
| void | addIndependentArray (Array< pParameter, rank, CheckingPolicy > v) |
| |
|
template<size_t rank, template< size_t > class CheckingPolicy> |
| void | addDependentArray (Array< pParameter, rank, CheckingPolicy > v) |
| |
| void | update () |
| |
◆ update()
| void schnek::DependencyUpdater::update |
( |
| ) |
|
|
inline |
Updates the dependent variables and all the variables needed to evaluate them.
This method is inline because it is potentially speed critical.
The documentation for this class was generated from the following files: