Skip to content

Commit 9f6b563

Browse files
authored
doc - minor fixes (#1821)
2 parents f8fffae + 4a46e67 commit 9f6b563

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ For example:
232232
233233
The `/*/occa` backends rely upon the [OCCA](http://github.com/libocca/occa) package to provide cross platform performance.
234234
To enable the OCCA backend, the environment variable `OCCA_DIR` must point to the top-level OCCA directory, with the OCCA library located in the `${OCCA_DIR}/lib` (By default, `OCCA_DIR` is set to `../occa`).
235-
OCCA version 1.4.0 or newer is required.
235+
OCCA version 1.6.0 or newer is required.
236236

237237
Users can pass specific OCCA device properties after setting the CEED resource.
238238
For example:

examples/deal.II/README.MD renamed to examples/deal.II/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
An example how to write libCEED operators (BP1-BP6) within the open-source
2-
finite element library [deal.II](https://www.dealii.org/). As reference,
3-
operators are presented that use the native matrix-free infrastructure.
1+
An example how to write libCEED operators (BP1-BP6) within the open-source finite element library [deal.II](https://www.dealii.org/).
2+
As reference, operators are presented that use the native matrix-free infrastructure.
43

54
First compile deal.II and libCEED individually. After that, compile the deal.II example:
65

examples/fluids/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## libCEED: Navier-Stokes Example
22

33
This page provides a description of the Navier-Stokes example for the libCEED library, based on PETSc.
4-
PETSc v3.17 or a development version of PETSc at commit 0e95d842 or later is required.
54

65
HONEE, a more fully featured fluid dynamics solver, can be found on [GitLab](https://gitlab.com/phypid/honee).
76

examples/nek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Prerequisites
44

5-
Nek5000 v18.0 or greater must be [installed](https://nek5000.mcs.anl.gov/getstarted/) to run these examples.
5+
Nek5000 v19.0 or greater must be [installed](https://nek5000.mcs.anl.gov/getstarted/) to run these examples.
66
It is assumed to exist at `../../../Nek5000` (a sibling to the libCEED directory) or at a path defined in the environment variable `NEK5K_DIR`.
77
For example, you could set
88
```sh

examples/petsc/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## libCEED + PETSc Examples
22

3-
PETSc v3.17 or a development version of PETSc at commit 0e95d842 or later is required.
3+
This page provides a description of the CEED bakeoff problem examples for the libCEED library, based on PETSc.
44

55
### CEED bakeoff problems with raw mesh management - bpsraw
66

@@ -17,7 +17,6 @@ In addition to the common arguments, the following arguments may be set:
1717
### CEED bakeoff problems with DMPlex - bps
1818

1919
This code solves the CEED bakeoff problems on a unstructured grid using DMPlex.
20-
This example requires a PETSc version later than 3.11.3.
2120

2221
To build, run `make bps`
2322

@@ -43,7 +42,6 @@ The resulting log file can be read by the Python plotting scripts in `benchmarks
4342
### CEED bakeoff problems with DMPlex and PCMG - multigrid
4443

4544
This code solves the CEED bakeoff problems on a unstructured grid using DMPlex with p-multigrid implemented in PCMG.
46-
This example requires a PETSc version later than 3.11.3.
4745

4846
To build, run `make multigrid`
4947

examples/solids/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# libCEED: Solid Mechanics Example
22

33
This page provides a description of the solid mechanics example for the libCEED library, based on PETSc.
4-
PETSc v3.17 or a development version of PETSc at commit 0e95d842 or later is required.
54

65
Ratel, a more fully featured solid mechanics library, can be found on [GitLab](https://gitlab.com/micromorph/ratel).
76

0 commit comments

Comments
 (0)