Pushes all delayed Jacobians. More...
#include <jacobianBaseTape.hpp>

Public Member Functions | |
| template<typename Type, typename DataVector> | |
| inlinevoid | handleActive (ReferenceActiveType< Type > const &node, DataVector &dataVector) |
| Specialization for ReferenceActiveType nodes. Pushes the delayed Jacobian. | |
Public Member Functions inherited from codi::ForEachLeafLogic< PushDelayedJacobianLogic > | |
| void | handleActive (Node const &node, Args &&... args) |
| Called for leaf nodes which implement LhsExpressionInterface. | |
| void | handleConstant (Node const &node, Args &&... args) |
| Called for leaf nodes which implement ConstantExpression. | |
| inlineExpressionTraits::EnableIfLhsExpression< Node > | leaf (Node const &node, Args &&... args) |
| Called for all leaf nodes in the expression. | |
| inlineExpressionTraits::EnableIfConstantExpression< Node > | leaf (Node const &node, Args &&... args) |
| Called for all leaf nodes in the expression. | |
Public Member Functions inherited from codi::TraversalLogic< PushDelayedJacobianLogic > | |
| inlineImpl & | cast () |
| Cast to the implementation. | |
| inlinevoid | eval (NodeInterface< Node > const &node, Args &&... args) |
| Start the evaluation of the logic on the given expression. | |
| inlinevoid | node (Node const &node, Args &&... args) |
| Called for each node in the expression. | |
| inlinevoid | leaf (Node const &node, Args &&... args) |
| Called for all leaf nodes in the expression. | |
| inlinevoid | link (Child const &child, Root const &root, Args &&... args) |
| Called for all links in the expression. | |
Additional Inherited Members | |
Public Types inherited from codi::ForEachLeafLogic< PushDelayedJacobianLogic > | |
| using | Impl |
| See ForEachLeafLogic. | |
Public Types inherited from codi::TraversalLogic< PushDelayedJacobianLogic > | |
| using | Impl |
| See TraversalLogic. | |
Protected Member Functions inherited from codi::TraversalLogic< PushDelayedJacobianLogic > | |
| inlinevoid | toLinks (Node const &node, Args &&... args) |
| Helper method which calls link for each child. | |
| inlinevoid | toNode (Node const &node, Args &&... args) |
| Helper method to distinguish between leaf nodes and normal nodes. | |
Pushes all delayed Jacobians.