INMOST
A toolkit for distributed mathematical modeling
|
This class makes possible to evaluate different expressions depending on the markers. More...
#include <inmost_block_variable.h>
Public Member Functions | |
marker_branch_block_variable (MarkerType _marker, const abstract_dynamic_block_variable &_ArgA, const abstract_dynamic_block_variable &_ArgB) | |
Constructor. Used by marker_branch function. | |
marker_branch_block_variable (const marker_branch_block_variable &other) | |
Copy constructor. | |
marker_branch_block_variable & | operator= (marker_branch_block_variable const &other) |
Assignment operator. | |
rMatrix | Value (const Storage &e) const |
Get value of variable expression on provided element e. | |
vMatrix | Variable (const Storage &e) const |
Get value with derivatives of variable expression on provided element e. More... | |
abstract_dynamic_block_variable * | Copy () const |
Make a copy of this class, used to reproduce and store a tree of variable expressions. | |
This class makes possible to evaluate different expressions depending on the markers.
Works similarly for shared and private markers. See marker_branch function.
Definition at line 287 of file inmost_block_variable.h.
Get value with derivatives of variable expression on provided element e.
This function collapses associated expression tree into multivar_expression.
Implements INMOST::abstract_dynamic_block_variable.
Definition at line 311 of file inmost_block_variable.h.