|
GpuJac.hpp
Go to the documentation of this file.
Interface class adding the update() method to the preconditioner interface. Definition: PreconditionerWithUpdate.hpp:32 typename X::field_type field_type The field type of the preconditioner. Definition: GpuJac.hpp:56 Y range_type The range type of the preconditioner. Definition: GpuJac.hpp:54 virtual Dune::SolverCategory::Category category() const override Category of the preconditioner (see SolverCategory::Category) X domain_type The domain type of the preconditioner. Definition: GpuJac.hpp:52 virtual bool hasPerfectUpdate() const override Definition: GpuJac.hpp:96 typename std::remove_const< M >::type matrix_type The matrix type the preconditioner is for. Definition: GpuJac.hpp:50 A small, fixed‑dimension MiniVector class backed by std::array that can be used in both host and CUDA... Definition: AmgxInterface.hpp:38 |