Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp25 using derived_type = Derived; typedef in Petsc::device::impl::DeviceBase
31 template <typename T = derived_type>
110 PetscCall(derived_type::configure_device_(device)); in configureDevice()
118 PetscCall(derived_type::view_device_(device, viewer)); in viewDevice()
126 PetscCall(derived_type::get_attribute_(device->deviceId, attr, value)); in getAttribute()
H A Dsegmentedmempool.hpp25 using derived_type = T; typedef in Petsc::device::StreamBase
/petsc/include/petsc/private/cpp/
H A Dregister_finalize.hpp44 using derived_type = Derived; typedef in Petsc::RegisterFinalizeable
58 friend derived_type;
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp331 using derived_type = Derived; typedef
353 …fo(A, "%s factor %" PetscInt_FMT " x %" PetscInt_FMT " on backend\n", derived_type::NAME(), A->rma… in FactorPrepare()
354 A->factortype = derived_type::MATFACTORTYPE(); in FactorPrepare()
355 A->ops->solve = MatSolve_Factored_Dispatch_<derived_type, false>; in FactorPrepare()
356 A->ops->solvetranspose = MatSolve_Factored_Dispatch_<derived_type, true>; in FactorPrepare()
357 A->ops->matsolve = MatMatSolve_Factored_Dispatch_<derived_type, false>; in FactorPrepare()
358 A->ops->matsolvetranspose = MatMatSolve_Factored_Dispatch_<derived_type, true>; in FactorPrepare()