Home
last modified time | relevance | path

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

/petsc/
H A D.clang-format203 - PetscMacroReturnStandard
/petsc/include/
H A Dpetscmacros.h1148 #define PetscMacroReturnStandard(...) PetscMacroReturns(PETSC_SUCCESS, __VA_ARGS__) macro
H A Dpetscmat.h1122PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApply(rmap, nrows, rows, rows)); PetscCal…
1156PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApply(rmap, nrows, rows, rows)); PetscCal…
1190PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApplyBlock(rmap, nrows, rows, rows)); Pet…
1223PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApplyBlock(map, nrows, rows, rows)); Pets…
1258PetscMacroReturnStandard(PetscCheck(row >= __rstart, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "T…
1295 PetscMacroReturnStandard(for (PetscInt __i = 0; __i < nc; __i++) { \
H A Dpetsclog.h186 #define PetscLogObjectParents(p, n, d) PetscMacroReturnStandard(for (int _i = 0; _i < (n); ++_i) Pe…
H A Dpetscsys.h2938 PetscMacroReturnStandard( \
/petsc/include/petsc/private/kernels/
H A Dblockinvert.h28PetscMacroReturnStandard(MatScalar d, di = mat[0]; mat[0] = d = 1.0 / di; mat[4] *= -d; mat[8] *= …
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c190PetscMacroReturnStandard(const int _ct_ = (int)ct; PetscCheck(_ct_ >= 0 && _ct_ < (int)PETSC_STATI…