MatrixTypeObject< VectorType > Struct Template Reference
|
Developer Documentation
|
MeltPoolDG::MatrixTypeObject< VectorType > Struct Template Reference
#include <matrix_type_wrapper.h>
Public Member Functions | |
| MatrixTypeObject (const std::function< void(VectorType &, const VectorType &)> &alias_function) | |
| void | vmult (VectorType &dst, const VectorType &src) const |
Private Attributes | |
| const std::function< void(VectorType &, const VectorType &)> | alias_function |
Constructor & Destructor Documentation
◆ MatrixTypeObject()
template<typename VectorType >
|
inlineexplicit |
Member Function Documentation
◆ vmult()
template<typename VectorType >
|
inline |
Apply the function passed to the constructor of this object. The exact functionality of this function therefore depends on the user.
- Parameters
-
dst Destination, in which the result is stored. src Additional vector used during the calculation.
Member Data Documentation
◆ alias_function
template<typename VectorType >
|
private |
The documentation for this struct was generated from the following file:
- include/meltpooldg/utilities/matrix_type_wrapper.h
Generated by