Can tie multiple functions together for assigning the vector rsult of a linear solver to multiple variables.
More...
#include <ptems/discretefunction.hpp>
template<typename... DiscreteFuncTemplate>
class ptems::TiedDiscreteFunctions< DiscreteFuncTemplate >
Can tie multiple functions together for assigning the vector rsult of a linear solver to multiple variables.
◆ TiedDiscreteFunctions()
template<typename... DiscreteFuncTemplate>
Creates set of functions "tied" together.
- Parameters
-
| functions | Lis tof functions to tie |
◆ operator=()
template<typename... DiscreteFuncTemplate>
template<typename T >
Assign vector result from linear solver to the set of tied functions.
- Template Parameters
-
| T | Type of vector value to assign |
- Parameters
-
| result | Vector to assign to the functions |
The documentation for this class was generated from the following file:
- ptems/discretefunction.hpp