PlasCom2  1.0
XPACC Multi-physics simluation application
StateOperators.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

module  operators
 

Functions

template<typename StateType >
StateType operator* (double inScalar, StateType &inState)
 
template<typename StateType >
void AXPY (double a, StateType &X, StateType &Y)
 
template<typename StateType >
void Zero (StateType &X)
 
template<typename StateType >
void Assign (StateType &X, StateType &Y)
 
template<typename StateType >
StateType Sum (StateType &X, StateType &Y)
 
template<typename StateType >
StateType Difference (StateType &X, StateType &Y)