Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp132 …ice(F &&OptionsFunction, PetscOptionItems PetscOptionsObject, const char optstub[], T &&...args) n… in PetscOptionDevice() argument
141 const auto len = std::strlen(optstub) + std::strlen(implname); in PetscOptionDevice()
143 …IB, "char buffer is not large enough to hold '%s%s'; have %zu need %zu", optstub, implname, buflen… in PetscOptionDevice()
145 PetscCall(PetscSNPrintf(buf.data(), buflen, "%s%s", optstub, implname)); in PetscOptionDevice()