Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 21 of 21) sorted by relevance

/petsc/src/sys/tests/output/
H A Dex33_1.out2 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 Dex65_1.out4 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 DtestValidFunctionDocStrings.patch89 -. 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 DtestReferences.patch11 - PetscAssertPointer(foo, -1);
12 + PetscAssertPointer(foo, 1);
17 PetscAssertPointer(foo, -1);
23 PetscAssertPointer(foo, -1);
/petsc/src/sys/tests/
H A Dex33.c21 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 Dex65.c13 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 DtestValidFunctionDocStrings.c289 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 DtestReferences.c10 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 Dcputime.c82 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 Dpetsc_options.rst25 $ 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 Ddocumentation_standards.rst33 \`\`2\`\`, \`\`"foo"\`\`.
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c70 #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 DREADME.rst80 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 Dbuilddist80 if [ ${version}foo = foo ]; then
/petsc/doc/changes/
H A D319.md88 // 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 Dwindows.md103 `cl foo.c` or `ifort foo.F` works from this shell. For example - if using `Visual Studio 2022 C`
/petsc/
H A Dmakefile478 @if [ ${LOC}foo = foo ] ; then\
/petsc/lib/petsc/conf/
H A Drules189 # in gmakefile.test, with additional "-o $*.o" to generate intended foo.o instead of foo.kokkos.o
/petsc/doc/developers/
H A Dtesting.md38 args: -foo bar
146 `grep foo` or `sort -nr`.
196 `requires: foo` similar to how third-party packages are handled.
H A Dstyle.md227 10. Do not leave sections of commented-out code or dead source code protected with `ifdef foo` in t…
/petsc/doc/faq/
H A Dindex.md1622 PetscInt :: foo
1627 subroutine context_init(self, foo)
1629 PetscInt, intent(in) :: foo
1630 self%foo = foo