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::
423423 $ pip install --no-binary h5py 'firedrake[check,jax]'
424424
425425
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+
426437Netgen
427438~~~~~~
428439
Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ netgen = [
9393 # TODO RELEASE
9494 # "ngsPETSc",
9595]
96+ pyrol = [
97+ " pyroltrilinos" ,
98+ ]
9699slepc = [
97100 # TODO RELEASE
98101 # "slepc4py==3.23.2",
You can’t perform that action at this time.
0 commit comments