Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 94) sorted by relevance

1234

/petsc/src/sys/tests/output/
H A Dex65_1.out13 called foo()
14 called bar()
15 called baz()
16 called bop()
17 called qux()
18 called quux()
19 called blip()
20 called blap()
21 called blop()
22 called graulty()
[all …]
H A Dex50_2.out1 Print called on original full viewer 0
2 Print called on sub viewers 0
3 Print called on sub sub viewers 0
4 Print called on sub viewers 1
5 Print called on sub sub viewers 1
6 Print called on sub sub viewers 2
7 Print called on sub sub viewers 3
H A Dex50_1.out1 Print called on original full viewer 0
2 Print called on sub viewers 0
3 Print called on sub sub viewers 0
4 Print called on sub sub viewers 1
5 Print called on sub viewers 2
6 Print called on sub sub viewers 2
7 Print called on sub sub viewers 3
/petsc/src/vec/is/utils/ftn-custom/
H A Dzisltogf.c14 static PetscBool called; variable
18 if (called) { in islocaltoglobalmpnggetinfosize_()
26 called = PETSC_TRUE; in islocaltoglobalmpnggetinfosize_()
32 if (!called) { in islocaltoglobalmappinggetinfo_()
45 called = PETSC_FALSE; in islocaltoglobalmappinggetinfo_()
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DTestingFinalize.m2 % TestingFinalize is called after solving all the instances
4 % Store the results matrix to a file called results.mat
H A DTestingInitialize.m2 % TestingInitialize is called once before solving any instances
H A DTestingPlot.m2 % TestingPlot is called after taopounders completes. It reads the results
H A DProblemInitialize.m2 % ProblemInitialize is called prior to solving the instance
/petsc/src/vec/is/sf/tests/output/
H A Dex1_basic_1.out3 PetscSFSetGraph() has not been called yet
10 PetscSFSetGraph() has not been called yet
H A Dex1_window_shared_nsize-1.out3 PetscSFSetGraph() has not been called yet
10 PetscSFSetGraph() has not been called yet
H A Dex1_window_nsize-1.out3 PetscSFSetGraph() has not been called yet
10 PetscSFSetGraph() has not been called yet
H A Dex1_basic_2.out3 PetscSFSetGraph() has not been called yet
11 PetscSFSetGraph() has not been called yet
H A Dex1_window_shared_nsize-2.out3 PetscSFSetGraph() has not been called yet
11 PetscSFSetGraph() has not been called yet
H A Dex1_window_nsize-2.out3 PetscSFSetGraph() has not been called yet
11 PetscSFSetGraph() has not been called yet
H A Dex1_basic_3.out3 PetscSFSetGraph() has not been called yet
12 PetscSFSetGraph() has not been called yet
H A Dex1_window_nsize-3.out3 PetscSFSetGraph() has not been called yet
12 PetscSFSetGraph() has not been called yet
H A Dex1_window_shared_nsize-3.out3 PetscSFSetGraph() has not been called yet
12 PetscSFSetGraph() has not been called yet
/petsc/doc/changes/
H A D233.md15 is called before the Map is ever used and then PetscMapSetUp()
16 which is called after the blocksize and local or global size is
22 is called before the Map is ever used and then PetscMapSetUp()
23 which is called after the blocksize and local or global size is
H A D300.md120 destroy() that will be called to destroy the context passed in as
136 SNESSolve() is called.
151 PetscErrorCode (*destroy)(void*) that will be called with
172 DMMGSetSNES() is called, otherwise the SNES/KSPSetFromOptions()
173 does not get called.
188 - Reworked the MATLAB objects sreader and freader to be called
/petsc/src/mat/tests/output/
H A Dex182_9.out2 [0] <sys> PetscFinalize(): PetscFinalize() called
/petsc/share/petsc/suppressions/
H A Dlsan3 # when MPI_Abort() is called, some MPI implementations do not free
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m72 This is called by PETSc for all print calls.
100 This is called each time one hits return in the TextField.
/petsc/doc/developers/
H A Dkernel.md119 - `PetscAbortErrorHandler()`, called with `-onerrorabort`, useful when running in the debugger;
123 - `PetscAttachDebuggerErrorHandler()`, called with `-onerrorattachdebugger`.
297 These are called automatically by `PetscHeaderCreate()` and
300 be called directly.
330 These routines are normally called by the `PetscInitialize()` and
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A DAppDelegate.m14 This is called by PETSc for all print calls.
/petsc/doc/tutorials/performance/
H A Dguide_to_TAS.md29 3. A log file in the above directory called `ex_13_test.py` should now be present. This is also the…

1234