Home
last modified time | relevance | path

Searched defs:help (Results 1 – 25 of 1318) sorted by relevance

12345678910>>...53

/petsc/src/sys/classes/bag/
H A Dbag.c8 …rCode PetscBagRegister_Private(PetscBag bag, PetscBagItem item, const char *name, const char *help) in PetscBagRegister_Private()
42 …g bag, void *addr, const char *const *list, PetscEnum mdefault, const char *name, const char *help) in PetscBagRegisterEnum()
97 …scBagRegisterIntArray(PetscBag bag, void *addr, PetscInt msize, const char *name, const char *help) in PetscBagRegisterIntArray()
148 …cBagRegisterRealArray(PetscBag bag, void *addr, PetscInt msize, const char *name, const char *help) in PetscBagRegisterRealArray()
199 …etscBagRegisterInt(PetscBag bag, void *addr, PetscInt mdefault, const char *name, const char *help) in PetscBagRegisterInt()
246 …BagRegisterInt64(PetscBag bag, void *addr, PetscInt64 mdefault, const char *name, const char *help) in PetscBagRegisterInt64()
294 …cBagRegisterBoolArray(PetscBag bag, void *addr, PetscInt msize, const char *name, const char *help) in PetscBagRegisterBoolArray()
349 …Bag bag, void *addr, PetscInt msize, const char *mdefault, const char *name, const char *help) PeNS in PetscBagRegisterString()
397 …scBagRegisterReal(PetscBag bag, void *addr, PetscReal mdefault, const char *name, const char *help) in PetscBagRegisterReal()
444 …gRegisterScalar(PetscBag bag, void *addr, PetscScalar mdefault, const char *name, const char *help) in PetscBagRegisterScalar()
[all …]
/petsc/config/BuildSystem/
H A Dnargs.py15 def __init__(self, key, value = None, help = '', isTemporary = False, deprecated = False): argument
159 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument
181 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument
223 …def __init__(self, key, value = None, help = '', min = -2147483647, max = 2147483648, isTemporary … argument
243 …def __init__(self, key, value = None, help = '', min = -1.7976931348623157e308, max = 1.7976931348… argument
263 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
290 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
321 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
348 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
379 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/
H A D__main__.py18 def help(args=None): # noqa: A001 function
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4cu.cu1 const char help[] = "CUDA backend of rosenbrock4cu.cu\n"; variable
H A Drosenbrock4.c1 static char help[] = "This example demonstrates the use of different performance portable backends … variable
/petsc/src/sys/tests/
H A Dex54.c1 static char help[] = "Tests options file parsing.\n\n"; variable
H A Dex24.c1 static char help[] = "Tests %d and %g formatting\n"; variable
H A Dex32.c1 static char help[] = "Tests deletion of mixed case options"; variable
H A Dex9.c1 static char help[] = "Tests PetscSequentialPhaseBegin() and PetscSequentialPhaseEnd()\n"; variable
H A Dex76.c1 static char help[] = "Tests MPIU_Allreduce() for large count.\n"; variable
H A Dex18.c1 static char help[] = "Tests PetscContainerCreate() and PetscContainerDestroy().\n\n"; variable
H A Dex73.c1 const char help[] = "Test dropping PetscLogEventEnd()"; variable
H A Dex44.cxx1 static char help[] = "Demonstrates call PETSc and Chombo in the same program.\n\n"; variable
H A Dex70.c1 static char help[] = "Error handling for destroying PETSC_VIEWER_STDOUT_SELF.\n"; variable
H A Dex11.c1 static char help[] = "Tests PetscSynchronizedPrintf() and PetscSynchronizedFPrintf().\n\n"; variable
H A Dex28.c1 static char help[] = "Tests PetscAtan2Real\n"; variable
/petsc/src/dm/impls/forest/p4est/tests/
H A Dex1.c3 static char help[] = "Test interaction with p4est/libsc error and logging routines\n"; variable
/petsc/src/dm/dt/dualspace/tests/
H A Dex1.c1 const char help[] = "Basic create / destroy for PetscDualSpace"; variable
/petsc/src/dm/impls/plex/tests/
H A Dex30.c1 const char help[] = "Test memory allocation in DMPlex refinement.\n\n"; variable
H A Dex45.c1 static char help[] = "Tests mesh reordering\n\n"; variable
/petsc/src/sys/objects/device/tests/
H A Dex12.c1 static const char help[] = "Tests PetscDevice and PetscDeviceContext init sequence control from com… variable
/petsc/src/dm/tutorials/
H A Dex19.c8 static char help[] = "Test for DMDA with overlap.\n\n"; variable
/petsc/src/sys/tutorials/
H A Dex19.c1 static char help[] = "Illustrates creating an options database.\n\n"; variable
/petsc/src/sys/error/tests/
H A Dex2.c1 static char help[] = "Tests checking pointers.\n\n"; variable
/petsc/src/sys/classes/viewer/tests/
H A Dex3.c1 static char help[] = "Tests dynamic loading of viewer.\n\n"; variable

12345678910>>...53