44 namespace MultiRegions
52 "FullLinearSpaceWithDiagonal",
54 "Full linear space and diagonal preconditioning");
64 const boost::shared_ptr<GlobalLinSys> &plinsys,
93 const Array<OneD, NekDouble>& pInput,
94 Array<OneD, NekDouble>& pOutput)
97 Array<OneD, NekDouble> OutputDiag(pOutput.num_elements());
103 m_linSpacePrecon->DoPreconditionerWithNonVertOutput(pInput, pOutput,OutputDiag);