Home
last modified time | relevance | path

Searched refs:SolverInterface (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmsolverinterface.cxx39 template struct SolverInterface<DeviceType::CUDA>;
43 template struct SolverInterface<DeviceType::HIP>; variable
H A Dcupmcontext.hpp27 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL DeviceContext : SolverInterface<T> {
/petsc/include/petsc/private/
H A Dcupmsolverinterface.hpp270 struct SolverInterface : SolverInterfaceImpl<T> { struct
276 using ::Petsc::device::cupm::impl::SolverInterface<T>::cupmSolverName argument
279 extern template struct PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL SolverInterface<DeviceType::CUDA>;
283 extern template struct PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL SolverInterface<DeviceType::HIP>;
H A Dcupmobject.hpp192 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMObject : SolverInterface<T> {