Searched refs:PetscConcat_ (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscmacros.h | 846 #define PetscConcat_(x, y) x##y macro 847 #define PetscConcat(x, y) PetscConcat_(x, y) 891 #define PetscCompl(b) PetscConcat_(PETSC_INTERNAL_COMPL_, PetscExpand(b)) 976 #define PetscDefined_(value) PetscDefined__(PetscConcat_(PetscDefi… 1324 …nce this warning (as well as all others for this version) by defining PetscConcat_(PETSC_, __SILEN…
|
| /petsc/include/petsc/private/ |
| H A D | petscadvancedmacros.h | 40 #define PetscIf(cond, result_if_true, ...) PetscConcat_(PETSC_IF_INTERNAL_, cond)(result_if_true, _…
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | dmp4est.c | 11 #define _append_pforest(a) PetscConcat_(a, _p4est)
|
| H A D | dmp8est.c | 23 #define _append_pforest(a) PetscConcat_(a, _p8est)
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | device.cxx | 43 case PetscConcat_(PETSC_DEVICE_, IMPLS): { \ 44 PetscCall(PetscConcat_(IMPLS, Device).func(__VA_ARGS__)); \ 76 #define PETSC_DEVICE_CASE_IF_PETSC_DEFINED(IMPLS, func, ...) PetscIfPetscDefined(PetscConcat_(HAVE_…
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 774 static int PetscConcat_(PetscTupIntCompRevlex_, N)(const void *a, const void *b) \
|