File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,17 @@ dependency. For example::
423
423
$ pip install --no-binary h5py 'firedrake[check,jax]'
424
424
425
425
426
+ PyROL
427
+ ~~~~~
428
+
429
+ To install Firedrake with `ROL <https://trilinos.github.io/rol.html >`_, it should
430
+ be installed using the ``pyrol `` optional dependency. This installs the
431
+ ``pyroltrilinos `` package, which includes both the PyROL interface and a
432
+ compatible version of the ROL library. For example::
433
+
434
+ $ pip install --no-binary h5py 'firedrake[check,pyrol]'
435
+
436
+
426
437
Netgen
427
438
~~~~~~
428
439
Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ netgen = [
93
93
# TODO RELEASE
94
94
# "ngsPETSc",
95
95
]
96
+ pyrol = [
97
+ " pyroltrilinos" ,
98
+ ]
96
99
slepc = [
97
100
# TODO RELEASE
98
101
# "slepc4py==3.23.2",
You can’t perform that action at this time.
0 commit comments