Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvector.c1721 …for (PetscInt i = 0; i < 4; i++) PetscCall(PetscObjectComposedDataGetReal((PetscObject)x, NormIds[… in VecCopyAsync_Private()
1819 PetscCall(PetscObjectComposedDataGetReal((PetscObject)x, NormIds[i], normxs[i], flgxs[i])); in VecSwapAsync_Private()
1820 PetscCall(PetscObjectComposedDataGetReal((PetscObject)y, NormIds[i], normys[i], flgys[i])); in VecSwapAsync_Private()
H A Drvector.c269 PetscCall(PetscObjectComposedDataGetReal((PetscObject)x, NormIds[type], *val, *available)); in VecNormAvailable()
459 …for (PetscInt i = 0; i < 4; i++) PetscCall(PetscObjectComposedDataGetReal((PetscObject)x, NormIds[… in VecScaleAsync_Private()
/petsc/include/petsc/private/
H A Dpetscimpl.h1244 #define PetscObjectComposedDataGetReal(obj, id, data, flag) ((PetscErrorCode)(((obj)->realcomposeds… macro
1364 …#define PetscObjectComposedDataGetScalar(obj, id, data, flag) PetscObjectComposedDataGetReal(obj, …