LAMA
lama::DIAUtilsInterface::Solver< ValueType > Struct Template Reference

Structure with type definitions for solver routines. More...

#include <LAMAInterface.hpp>

Public Types

typedef void(* jacobi )(ValueType *const solution, const IndexType numColumns, const IndexType numDiagonals, const IndexType diaOffset[], const ValueType diaValues[], const ValueType oldSolution[], const ValueType rhs[], const ValueType omega, const IndexType numRows, class SyncToken *syncToken)
 Method to compute one iteration step in Jacobi method.

Detailed Description

template<typename ValueType>
struct lama::DIAUtilsInterface::Solver< ValueType >

Structure with type definitions for solver routines.


Member Typedef Documentation

template<typename ValueType >
typedef void( * lama::DIAUtilsInterface::Solver< ValueType >::jacobi)(ValueType *const solution, const IndexType numColumns, const IndexType numDiagonals, const IndexType diaOffset[], const ValueType diaValues[], const ValueType oldSolution[], const ValueType rhs[], const ValueType omega, const IndexType numRows, class SyncToken *syncToken)

Method to compute one iteration step in Jacobi method.

solution = omega * ( rhs + B * oldSolution) * dinv + ( 1 - omega ) * oldSolution


The documentation for this struct was generated from the following file: