Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmacros.h846 #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 Dpetscadvancedmacros.h40 #define PetscIf(cond, result_if_true, ...) PetscConcat_(PETSC_IF_INTERNAL_, cond)(result_if_true, _…
/petsc/src/dm/impls/forest/p4est/
H A Ddmp4est.c11 #define _append_pforest(a) PetscConcat_(a, _p4est)
H A Ddmp8est.c23 #define _append_pforest(a) PetscConcat_(a, _p8est)
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx43 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 Ddspacelagrange.c774 static int PetscConcat_(PetscTupIntCompRevlex_, N)(const void *a, const void *b) \