Searched refs:PetscMacroReturnStandard (Results 1 – 7 of 7) sorted by relevance
| /petsc/ |
| H A D | .clang-format | 203 - PetscMacroReturnStandard
|
| /petsc/include/ |
| H A D | petscmacros.h | 1148 #define PetscMacroReturnStandard(...) PetscMacroReturns(PETSC_SUCCESS, __VA_ARGS__) macro
|
| H A D | petscmat.h | 1122 …PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApply(rmap, nrows, rows, rows)); PetscCal… 1156 …PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApply(rmap, nrows, rows, rows)); PetscCal… 1190 …PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApplyBlock(rmap, nrows, rows, rows)); Pet… 1223 …PetscMacroReturnStandard(PetscCall(ISLocalToGlobalMappingApplyBlock(map, nrows, rows, rows)); Pets… 1258 …PetscMacroReturnStandard(PetscCheck(row >= __rstart, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "T… 1295 PetscMacroReturnStandard(for (PetscInt __i = 0; __i < nc; __i++) { \
|
| H A D | petsclog.h | 186 #define PetscLogObjectParents(p, n, d) PetscMacroReturnStandard(for (int _i = 0; _i < (n); ++_i) Pe…
|
| H A D | petscsys.h | 2938 PetscMacroReturnStandard( \
|
| /petsc/include/petsc/private/kernels/ |
| H A D | blockinvert.h | 28 …PetscMacroReturnStandard(MatScalar d, di = mat[0]; mat[0] = d = 1.0 / di; mat[4] *= -d; mat[8] *= …
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 190 …PetscMacroReturnStandard(const int _ct_ = (int)ct; PetscCheck(_ct_ >= 0 && _ct_ < (int)PETSC_STATI…
|