| /petsc/src/sys/tests/output/ |
| H A D | ex33_1.out | 2 Invalid stack size 0, pop foo 3 Invalid stack size 0, pop foo 4 Invalid stack size 0, pop foo 5 Invalid stack size 0, pop foo 6 Invalid stack size 0, pop foo 7 Invalid stack size 0, pop foo 8 Invalid stack size 0, pop foo 9 Invalid stack size 0, pop foo 10 Invalid stack size 0, pop foo 11 Invalid stack size 0, pop foo [all …]
|
| H A D | ex65_1.out | 4 1: foo 13 called foo() 24 called foo() 35 called foo() 36 called foo() 65 6: foo 71 called foo() 90 6: foo 101 6: foo 115 6: foo [all …]
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 89 -. foo 143 - -option_a - foo 144 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr 148 -- -option_a - foo 149 ++ -option_a - foo 150 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr 153 - -option_a - foo 154 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr 339 -PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void… 340 +static PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal ba… [all …]
|
| H A D | testReferences.patch | 11 - PetscAssertPointer(foo, -1); 12 + PetscAssertPointer(foo, 1); 17 PetscAssertPointer(foo, -1); 23 PetscAssertPointer(foo, -1);
|
| /petsc/src/sys/tests/ |
| H A D | ex33.c | 21 PetscErrorCode foo() in foo() function 43 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(foo()); in main() 45 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(foo()); in main() 47 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(foo()); in main()
|
| H A D | ex65.c | 13 PETSC_DEFINE_FUNCTION_AND_STR(foo); 26 static void (*const all_funcs[])(void) = {foo, bar, baz, bop, qux, quux, blip, blap, blop, graulty,… 34 PetscCall(PetscFunctionListAdd(fl, foo_str, foo)); in TestPetscFunctionListCreate()
|
| /petsc/src/sys/tests/linter/ |
| H A D | testValidFunctionDocStrings.c | 289 PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void … in testExplicitSynopsis_Private() argument 419 PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_parm… in testFunctionPointerArguments() 466 PetscErrorCode testValidInOutParams(int *foo) in testValidInOutParams() argument 488 PetscErrorCode testInvalidInOutParams(int *foo) in testInvalidInOutParams() argument 635 PetscErrorCode testCheckingSectionIndentationAfterSwitch(int foo, double *bar) in testCheckingSectionIndentationAfterSwitch() argument
|
| H A D | testReferences.c | 10 void *foo = v->data, *bar, *baz, *blop; in testOutOfLineReference() local 18 PetscAssertPointer(foo, -1); in testOutOfLineReference() 26 PetscAssertPointer(foo, 1); in testOutOfLineReference()
|
| /petsc/src/sys/time/ |
| H A D | cputime.c | 82 PetscLogDouble foo, foo1; in PetscGetCPUTime() local 86 foo = temp.ru_utime.tv_sec; /* seconds */ in PetscGetCPUTime() 88 *t = foo + foo1 * 1.0e-6; in PetscGetCPUTime()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | petsc_options.rst | 25 $ python foo.py -ksp_type gmres -ksp_gmres_restart 100 -ksp_view 31 $ PETSC_OPTIONS='-ksp_type gmres -ksp_gmres_restart 100 -ksp_view' python foo.py 46 $ python foo.py -n 50 -alpha 8.8
|
| H A D | documentation_standards.rst | 33 \`\`2\`\`, \`\`"foo"\`\`.
|
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 70 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourprestep() 78 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourpoststep() 86 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourrhsfunction() 94 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourifunction() 102 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourrhsjacobian() 110 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourijacobian() 118 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourijacobianp() 126 #if defined(PETSC_HAVE_F90_2PTR_ARG) && defined(foo) in ourrhsjacobianp()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 80 int *foo = str->foo; 82 PetscAssertPointer(foo, 1); 85 where ``str->foo`` is also a pointer. Since this pointer "originates" from ``str`` it is
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 80 if [ ${version}foo = foo ]; then
|
| /petsc/doc/changes/ |
| H A D | 319.md | 88 // Both foo() and bar() defined as returning PetscErrorCode 89 extern PetscErrorCode foo(int); 98 // only executes if foo() returns PETSC_SUCCESS 101 #define MY_USER_MACRO(a, b) (foo(a) || bar(b)) 104 #define MY_BETTER_USER_MACRO(a, b) ((PetscErrorCode)(foo(a) || bar(b)))
|
| /petsc/doc/install/ |
| H A D | windows.md | 103 `cl foo.c` or `ifort foo.F` works from this shell. For example - if using `Visual Studio 2022 C`
|
| /petsc/ |
| H A D | makefile | 478 @if [ ${LOC}foo = foo ] ; then\
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 189 # in gmakefile.test, with additional "-o $*.o" to generate intended foo.o instead of foo.kokkos.o
|
| /petsc/doc/developers/ |
| H A D | testing.md | 38 args: -foo bar 146 `grep foo` or `sort -nr`. 196 `requires: foo` similar to how third-party packages are handled.
|
| H A D | style.md | 227 10. Do not leave sections of commented-out code or dead source code protected with `ifdef foo` in t…
|
| /petsc/doc/faq/ |
| H A D | index.md | 1622 PetscInt :: foo 1627 subroutine context_init(self, foo) 1629 PetscInt, intent(in) :: foo 1630 self%foo = foo
|