| /petsc/src/sys/tests/output/ |
| H A D | ex1_1.out | 2 [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 D | CMakeLists.txt | 5 # 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 D | Makefile.basic.user | 28 # For example - a single source file (ex1.c or ex1.F90) can be compiled with: 30 # make ex1
|
| /petsc/doc/developers/ |
| H A D | testing.md | 61 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 D | documentation.md | 113 $ make ./ex1 114 $ ./ex1 --some-args
|
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 62 alignment:src/ksp/ksp/tutorials/network/ex1.c 63 alignment:src/snes/tutorials/network/ex1.c
|
| /petsc/src/snes/tutorials/network/ |
| H A D | makefile | 10 ex1: $(OBJECTS_EX1) target
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex3.c | 205 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 D | ex5.c | 301 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 D | ex6.c | 301 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 D | ex4.c | 347 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 D | ex3.c | 338 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 D | launch.m | 10 % in a separate terminal starting the PETSc program manually, for example petscmpiexec -n 1 ./ex1 -…
|
| /petsc/src/snes/tests/output/ |
| H A D | ex1_python_null_appctx-1.out | 3 Python: ex1.py:MySNES
|
| H A D | ex1_python_null_appctx-0.out | 3 Python: ex1.py:MySNES
|
| /petsc/ |
| H A D | gmakefile.test | 235 $(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 D | ex3.c | 201 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 D | windows.md | 258 $ devenv ex1.exe 264 $ edb ex1.exe 270 $ gdb ex1.exe
|
| H A D | multibuild.md | 44 $ PETSC_ARCH=linux-gnu-c-debug make PETSC_DIR=/absolute/path/to/petsc ex1
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 4 # * for example, make ex1 237 # icx -fsycl -o ex1 ex1.c ..
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 92 …="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 D | getting_started.md | 264 …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 D | 230.md | 13 src/snes/examples/tutorials/ex1.py
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | Baseline-MPICH-8 | 2 ./ex1 on a arch-opt-mpich named thing05.ftm.alcf.anl.gov with 8 processors, by bsmith Thu Nov 12 23…
|
| H A D | Baseline-MPICH-16 | 2 ./ex1 on a arch-opt-mpich named thing05.ftm.alcf.anl.gov with 16 processors, by bsmith Thu Nov 12 2…
|