Searched refs:petsc (Results 1 – 16 of 16) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | .gitignore | 11 /petsc-area 12 /petsc-bps 13 /petsc-bpsraw 14 /petsc-bpssphere 15 /petsc-bpsswarm 16 /petsc-dmswarm 17 /petsc-multigrid
|
| H A D | index.md | 3 (example-petsc-area)= 7 This example is located in the subdirectory {file}`examples/petsc`. 12 (example-petsc-area-cube)= 16 This is one of the test cases of the computation of the {ref}`example-petsc-area` of a 2D manifold … 41 (example-petsc-area-sphere)= 45 This problem computes the surface {ref}`example-petsc-area` of a tensor-product discrete sphere, ob… 93 (example-petsc-bps)= 100 (example-petsc-bps-sphere)= 104 …, equation {eq}`eq-jacobian-sphere`, are the same as in the {ref}`example-petsc-area-sphere` examp… 141 (example-petsc-multigrid)= [all …]
|
| /libCEED/examples/ |
| H A D | Makefile | 32 .PHONY: all ceed mfem nek petsc fluids solids clean 34 all: ceed mfem nek petsc fluids solids 48 petsc: target 49 make CEED_DIR=$(CEED_DIR) PETSC_DIR=$(PETSC_DIR) PETSC_ARCH=$(PETSC_ARCH) -C petsc all 62 +make -C petsc clean
|
| H A D | README.md | 16 …TSc, and Nek5000) are located in the subdirectories `deal.II/`, `mfem/`, `petsc/`, and `nek5000/`,… 35 * - `petsc` 72 These examples, located in the [petsc/](./petsc) folder, use the mass operator to compute the surfa… 73 …responding [area documentation page](https://libceed.org/en/latest/examples/petsc/index.html#area). 77 These examples, located in the [petsc/](./petsc) folder, reproduce the Bakeoff Problems 1-6 on a di… 78 …e cubed-sphere documentation page](https://libceed.org/en/latest/examples/petsc/index.html#bakeoff…
|
| H A D | index.md | 7 …tegration with external libraries such as [PETSc](https://www.mcs.anl.gov/petsc), [MFEM](https://m… 15 petsc/index.md
|
| /libCEED/benchmarks/ |
| H A D | petsc-bpsraw.sh | 35 quoted_echo $mpi_run ./petsc-bpsraw "${all_args[@]}" 36 $mpi_run ./petsc-bpsraw "${all_args[@]}" || \ 39 $dry_run $mpi_run ./petsc-bpsraw "${all_args[@]}"
|
| H A D | petsc-bps.sh | 34 quoted_echo $mpi_run ./petsc-bps "${all_args[@]}" 35 $mpi_run ./petsc-bps "${all_args[@]}" || \ 38 $dry_run $mpi_run ./petsc-bps "${all_args[@]}"
|
| H A D | README.md | 10 benchmark.sh -c /cpu/self -r petsc-bpsraw.sh -b bp1 -n 16 -p 16 20 benchmark.sh -c "/cpu/self/ref/serial /cpu/self/ref/blocked" -r petsc-bpsraw.sh -b "bp1 bp3" -n "16… 27 When running the tests `petsc-bpsraw.sh`, the following 40 python postprocess-plot.py petsc-bpsraw-bp1-*-output.txt
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 68 #### {ref}`example-petsc-bps` 72 #### {ref}`example-petsc-navier-stokes` 115 #### {ref}`example-petsc-navier-stokes` 127 #### {ref}`example-petsc-bps` 247 - {ref}`example-petsc-elasticity` example updated with traction boundary conditions and improved Di… 248 - {ref}`example-petsc-elasticity` example updated with Neo-Hookean hyperelasticity in current confi… 249 - {ref}`example-petsc-navier-stokes` example updated with isentropic traveling vortex test case, an… 250 - {ref}`example-petsc-navier-stokes` example updated with support for performing convergence study … 283 - {ref}`example-petsc-elasticity` example updated with strain energy computation and more flexible … 345 - PETSc {ref}`example-petsc-area` ({file}`examples/petsc/area.c`): computes surface area [all …]
|
| H A D | intro.md | 25 …retization infrastructure (e.g., those in [PETSc](https://www.mcs.anl.gov/petsc/), [MFEM](https://…
|
| /libCEED/ |
| H A D | Makefile | 270 ifneq ($(wildcard ../petsc/lib/libpetsc.*),) 271 PETSC_DIR ?= ../petsc 360 petscexamples.c := $(wildcard examples/petsc/*.c) 361 petscexamples := $(petscexamples.c:examples/petsc/%.c=$(OBJDIR)/petsc-%) 737 examples/petsc/libutils.a.PHONY: $(libceed) $(ceed.pc) 738 +$(call quiet,MAKE) -C examples/petsc CEED_DIR=`pwd` AR=$(AR) ARFLAGS=$(ARFLAGS) \ 741 $(OBJDIR)/petsc-% : examples/petsc/%.c examples/petsc/libutils.a.PHONY $(libceed) $(ceed.pc) | $$(@… 742 +$(call quiet,MAKE) -C examples/petsc CEED_DIR=`pwd` \ 744 cp examples/petsc/$* $@ 840 allbenchmarks = petsc-bps
|
| H A D | README.md | 270 $ cd petsc/ 280 $ cd petsc/ 290 $ cd petsc/ 300 $ cd petsc/ 324 …and line arguments can be found in [examples/petsc](https://github.com/CEED/libCEED/blob/main/exam… 340 $ python postprocess-plot.py petsc-bps-bp1-*-output.txt 341 $ python postprocess-plot.py petsc-bps-bp3-*-output.txt
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 270 ifneq ($(wildcard ../petsc/lib/libpetsc.*),) 271 PETSC_DIR ?= ../petsc 360 petscexamples.c := $(wildcard examples/petsc/*.c) 361 petscexamples := $(petscexamples.c:examples/petsc/%.c=$(OBJDIR)/petsc-%) 737 examples/petsc/libutils.a.PHONY: $(libceed) $(ceed.pc) 738 +$(call quiet,MAKE) -C examples/petsc CEED_DIR=`pwd` AR=$(AR) ARFLAGS=$(ARFLAGS) \ 741 $(OBJDIR)/petsc-% : examples/petsc/%.c examples/petsc/libutils.a.PHONY $(libceed) $(ceed.pc) | $$(@… 742 +$(call quiet,MAKE) -C examples/petsc CEED_DIR=`pwd` \ 744 cp examples/petsc/$* $@ 840 allbenchmarks = petsc-bps
|
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 124 - Regex: "<petsc.*\\.h>"
|
| /libCEED/examples/solids/ |
| H A D | index.md | 1 (example-petsc-elasticity)= 7 As for the {ref}`example-petsc-navier-stokes` case, the solid mechanics elasticity example has been…
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 1 (example-petsc-navier-stokes)= 164 More details of PETSc's time stepping solvers can be found in the [TS User Guide](https://petsc.org…
|