8#ifndef IPPL_NULL_SOLVER_H
9#define IPPL_NULL_SOLVER_H
15 template <
typename FieldLHS,
typename FieldRHS>
26 using T =
typename FieldLHS::value_type::value_type;
27 static_assert(std::is_floating_point<T>::value,
"Not a floating point type");
41 if (this->
lhs_mp !=
nullptr) {
Implementations for FFT constructor/destructor and transforms.
NullSolver(rhs_type &rhs)
NullSolver(lhs_type &lhs, rhs_type &rhs)
virtual void setDefaultParameters()
virtual void setRhs(rhs_type &rhs)