Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dutility.hpp21 inline T exchange(T &orig, U &&new_value)
24 orig = std::forward<U>(new_value);
/petsc/include/petsc/private/
H A Dveccupmimpl.h296 …se<T, D>::ResetAllocatedDevicePtr_(PetscDeviceContext dctx, Vec v, PetscScalar *new_value) noexcept in ResetAllocatedDevicePtr_() argument
311 device_array = new_value; in ResetAllocatedDevicePtr_()