6#ifndef IPPL_SOLVER_ALGORITHM_H
7#define IPPL_SOLVER_ALGORITHM_H
15 template <
typename FieldLHS,
typename FieldRHS>
18 using lhs_type = FieldLHS;
19 using rhs_type = FieldRHS;
Definition ParameterList.h:29
Definition SolverAlgorithm.h:16
virtual void operator()(lhs_type &lhs, rhs_type &rhs, const ParameterList ¶ms)=0