Home
last modified time | relevance | path

Searched defs:PetscBool (Results 1 – 14 of 14) sorted by relevance

/petsc/src/snes/linesearch/interface/ftn-custom/
H A Dzlinesearchf.c32 …ESLineSearch *linesearch, void (*func)(SNESLineSearch *, Vec *, Vec *, PetscBool *, PetscErrorCode… in sneslinesearchsetprecheck_() argument
40 …earch *linesearch, void (*func)(SNESLineSearch *, Vec *, Vec *, Vec *, PetscBool *, PetscBool *, P… in sneslinesearchsetpostcheck_() argument
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c125 …ewtonTRDCSetPreCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, PetscBool *, void *), Petsc… in SNESNewtonTRDCSetPreCheck() argument
152 …wtonTRDCGetPreCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, PetscBool *, void *), Petsc… in SNESNewtonTRDCGetPreCheck() argument
182 …RDCSetPostCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in SNESNewtonTRDCSetPostCheck() argument
209 …DCGetPostCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in SNESNewtonTRDCGetPostCheck() argument
/petsc/src/snes/impls/tr/
H A Dtr.c202 …SNewtonTRSetPreCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, PetscBool *, void *), Petsc… in SNESNewtonTRSetPreCheck() argument
233 …NewtonTRGetPreCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, PetscBool *, void *), Petsc… in SNESNewtonTRGetPreCheck() argument
266 …nTRSetPostCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in SNESNewtonTRSetPostCheck() argument
297 …TRGetPostCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in SNESNewtonTRGetPostCheck() argument
/petsc/src/sys/memory/cuda/
H A Dmcudahost.cu4 static PetscErrorCode PetscCUDAHostMalloc(size_t a, PetscBool, int, const char[], const char[], voi… in PetscCUDAHostMalloc() argument
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp205 …ype, PetscBool> &initType, std::pair<PetscInt, PetscBool> &initId, std::pair<PetscBool, PetscBool>… in PetscOptionDeviceBasic()
215 …ype, PetscBool> &initType, std::pair<PetscInt, PetscBool> &initId, std::pair<PetscBool, PetscBool>… in PetscOptionDeviceAll()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c95 PETSC_EXTERN void snesnewtontrsetprecheck_(SNES *snes, void (*func)(SNES, Vec, Vec, PetscBool *, vo… in snesnewtontrsetprecheck_() argument
106 PETSC_EXTERN void snesnewtontrdcsetprecheck_(SNES *snes, void (*func)(SNES, Vec, Vec, PetscBool *, … in snesnewtontrdcsetprecheck_() argument
126 …nesnewtontrsetpostcheck_(SNES *snes, void (*func)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in snesnewtontrsetpostcheck_() argument
137 …snewtontrdcsetpostcheck_(SNES *snes, void (*func)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in snesnewtontrdcsetpostcheck_() argument
/petsc/src/sys/classes/draw/interface/
H A Ddrect.c22 … ymax, int c, PetscErrorCode (*indicator)(void *, PetscReal, PetscReal, PetscBool *), PetscCtx ctx) in PetscDrawIndicatorFunction() argument
/petsc/src/dm/interface/
H A Ddmgenerate.c102 PetscErrorCode DMGenerateRegister(const char sname[], PetscErrorCode (*fnc)(DM, PetscBool, DM *), P… in DMGenerateRegister() argument
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c354 …neSearch linesearch, PetscErrorCode (**func)(SNESLineSearch, Vec, Vec, PetscBool *, void *), Petsc… in SNESLineSearchGetPreCheck() argument
417 …rch linesearch, PetscErrorCode (**func)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, v… in SNESLineSearchGetPostCheck() argument
/petsc/include/petsc/finclude/
H A Dpetscsysbase.h18 #define PetscBool logical(kind=C_BOOL) macro
/petsc/src/sys/memory/
H A Dmal.c213 PetscErrorCode PetscMallocSet(PetscErrorCode (*imalloc)(size_t, PetscBool, int, const char[], const… in PetscMallocSet() argument
/petsc/src/ksp/pc/impls/shell/ftn-custom/
H A Dzshellpcf.c154 …ec *, Vec *, Vec *, PetscReal *, PetscReal *, PetscReal *, PetscInt *, PetscBool *, PetscInt *, PC… in pcshellsetapplyrichardson_() argument
/petsc/include/
H A Dpetscsystypes.h462 typedef bool PetscBool; typedef
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c419 …pplyrich)(PC, Vec, Vec, Vec, PetscReal, PetscReal, PetscReal, PetscInt, PetscBool, PetscInt *, PCR… in PCShellSetApplyRichardson_Shell() argument