Home
last modified time | relevance | path

Searched refs:ex1 (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/sys/tests/output/
H A Dex1_1.out2 [0]PETSC ERROR: #1 CreateError() at ex1.c:0
3 [0]PETSC ERROR: #2 CreateError() at ex1.c:0
4 [0]PETSC ERROR: #3 CreateError() at ex1.c:0
5 [0]PETSC ERROR: #4 CreateError() at ex1.c:0
6 [0]PETSC ERROR: #5 CreateError() at ex1.c:0
7 [0]PETSC ERROR: #6 CreateError() at ex1.c:0
8 [0]PETSC ERROR: #7 main() at ex1.c:0
/petsc/share/petsc/
H A DCMakeLists.txt5 # Usage: To build ex1 from ex1.c
9 # ./build/ex1
38 # tells CMake to build the application ex1 from the source file ex1.c
40 project(ex1) project
41 add_executable(ex1 ex1.c) target
45 target_link_libraries(ex1 PkgConfig::PETSC)
H A DMakefile.basic.user28 # For example - a single source file (ex1.c or ex1.F90) can be compiled with:
30 # make ex1
/petsc/doc/developers/
H A Dtesting.md61 mpiexec -n 1 ../ex1 1> ex1.tmp 2> ex1.err
62 diff ex1.tmp output/ex1.out 1> diff-ex1.tmp 2> diff-ex1.err
92 filename is `ex1.c`, then `basestring=ex1`.
115 `output/ex1.out`).
219 be defined in the same `env:` block, i.e. given a test `ex1.c` with the following
235 $ export FOO=1; export BAR=1; ./ex1
250 $ export FOO='hello'; export BAR=${FOO}; ./ex1
252 $ export FOO='hello'; export BAR='hello'; ./ex1
265 $ export FOO=1; export FOO=0; ./ex1
357 If this block is in `src/a/b/examples/tutorials/ex1.c`, then it will
[all …]
H A Ddocumentation.md113 $ make ./ex1
114 $ ./ex1 --some-args
/petsc/share/petsc/suppressions/
H A Dubsan62 alignment:src/ksp/ksp/tutorials/network/ex1.c
63 alignment:src/snes/tutorials/network/ex1.c
/petsc/src/snes/tutorials/network/
H A Dmakefile10 ex1: $(OBJECTS_EX1) target
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex3.c205 PetscScalar *u, ex1, ex2, sc1, sc2, h; in Solution() local
224 ex1 = PetscExpScalar(-36. * PETSC_PI * PETSC_PI * appctx->d * t); in Solution()
228 …[i] = PetscSinScalar(sc1 * (PetscReal)i + appctx->a * PETSC_PI * 6. * t) * ex1 + 3. * PetscSinScal… in Solution()
/petsc/src/ts/tutorials/
H A Dex5.c301 PetscScalar *s_localptr, h = appctx->h, ex1, ex2, sc1, sc2, tc = t; in ExactSolution() local
314 ex1 = PetscExpScalar(-36. * PETSC_PI * PETSC_PI * tc); in ExactSolution()
318 …for (i = 0; i < appctx->m; i++) s_localptr[i] = PetscCosScalar(sc1 * (PetscReal)i) * ex1 + 3. * Pe… in ExactSolution()
H A Dex6.c301 PetscScalar *s_localptr, h = appctx->h, ex1, ex2, sc1, sc2; in ExactSolution() local
314 ex1 = PetscExpReal(-36. * PETSC_PI * PETSC_PI * t); in ExactSolution()
318 …>m; i++) s_localptr[i] = PetscSinReal(PetscRealPart(sc1) * (PetscReal)i) * ex1 + 3. * PetscSinReal… in ExactSolution()
H A Dex4.c347 PetscScalar *s_localptr, h = appctx->h, ex1, ex2, sc1, sc2; in ExactSolution() local
366 ex1 = PetscExpReal(-36. * PETSC_PI * PETSC_PI * t); in ExactSolution()
370 … myend; i++) s_localptr[i - mybase] = PetscSinScalar(sc1 * (PetscReal)i) * ex1 + 3. * PetscSinScal… in ExactSolution()
H A Dex3.c338 PetscScalar *s_localptr, h = appctx->h, ex1, ex2, sc1, sc2, tc = t; in ExactSolution() local
351 ex1 = PetscExpScalar(-36. * PETSC_PI * PETSC_PI * tc); in ExactSolution()
355 …for (i = 0; i < appctx->m; i++) s_localptr[i] = PetscSinScalar(sc1 * (PetscReal)i) * ex1 + 3. * Pe… in ExactSolution()
/petsc/share/petsc/matlab/
H A Dlaunch.m10 % in a separate terminal starting the PETSc program manually, for example petscmpiexec -n 1 ./ex1 -…
/petsc/src/snes/tests/output/
H A Dex1_python_null_appctx-1.out3 Python: ex1.py:MySNES
H A Dex1_python_null_appctx-0.out3 Python: ex1.py:MySNES
/petsc/
H A Dgmakefile.test235 $(TESTDIR)/vec/vec/tests/ex1: PETSC_TEST_LIB = $(PETSC_VEC_LIB)
236 $(TESTDIR)/mat/tests/ex1: PETSC_TEST_LIB = $(PETSC_MAT_LIB)
237 $(TESTDIR)/dm/tests/ex1: PETSC_TEST_LIB = $(PETSC_DM_LIB)
238 $(TESTDIR)/ksp/ksp/tests/ex1: PETSC_TEST_LIB = $(PETSC_KSP_LIB)
239 $(TESTDIR)/snes/tests/ex1: PETSC_TEST_LIB = $(PETSC_SNES_LIB)
241 $(TESTDIR)/tao/tutorials/ex1: PETSC_TEST_LIB = $(PETSC_TAO_LIB)
528 -@echo " ${OMAKE} test s='src/sys/tests/ex1.c'"
544 -@echo ' ${OMAKE} $${PETSC_ARCH}/tests/sys/tests/ex1'
/petsc/src/ts/tests/
H A Dex3.c201 PetscScalar val, ex1, ex2; in exact() local
203 ex1 = PetscExpReal(-36. * PETSC_PI * PETSC_PI * t); in exact()
205 val = PetscSinScalar(6 * PETSC_PI * z) * ex1 + 3. * PetscSinScalar(2 * PETSC_PI * z) * ex2; in exact()
/petsc/doc/install/
H A Dwindows.md258 $ devenv ex1.exe
264 $ edb ex1.exe
270 $ gdb ex1.exe
H A Dmultibuild.md44 $ PETSC_ARCH=linux-gnu-c-debug make PETSC_DIR=/absolute/path/to/petsc ex1
/petsc/lib/petsc/conf/
H A Drules4 # * for example, make ex1
237 # icx -fsycl -o ex1 ex1.c ..
/petsc/doc/manual/
H A Ddmstag.md92 …="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/stag/tutorials/ex1.c.html">DMSTAG Tutorial ex1</a> d…
95 ```{literalinclude} /../src/dm/impls/stag/tutorials/ex1.c
H A Dgetting_started.md264 …TSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex1.c.html">KSP Tutorial src/ksp/ksp/tutorials/
265 :name: ksp-ex1
267 ```{literalinclude} /../src/ksp/ksp/tutorials/ex1.c
707 $ $PETSC_DIR/lib/petsc/bin/petscmpiexec -n 1 ./ex1 -n 1000 -pc_type ilu -ksp_type gmres -ksp_rtol 1…
799 …t, read the comments on usage, and change the name of the application from ex1 to your application…
/petsc/doc/changes/
H A D230.md13 src/snes/examples/tutorials/ex1.py
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DBaseline-MPICH-82 ./ex1 on a arch-opt-mpich named thing05.ftm.alcf.anl.gov with 8 processors, by bsmith Thu Nov 12 23…
H A DBaseline-MPICH-162 ./ex1 on a arch-opt-mpich named thing05.ftm.alcf.anl.gov with 16 processors, by bsmith Thu Nov 12 2…

12