Skip to content

Commit aeed290

Browse files
committed
Improve documentation of sensitivity interface
1 parent 97f4c1a commit aeed290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/interface/sensitivities.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ Group /input/sensitivity/param_XXX
3939

4040
``SENS_NAME``
4141

42-
Name of the parameter (Note that ``PAR_RADIUS`` and ``PAR_CORE_RADIUS`` sensitivities are only available for Finite Volume discretization)
42+
Name of the parameter (Note that ``PAR_RADIUS`` and ``PAR_CORERADIUS`` sensitivities are only available for Finite Volume discretization)
4343

4444
================ ===========================
4545
**Type:** string **Length:** :math:`\geq 1`
4646
================ ===========================
4747

4848
``SENS_COMP``
4949

50-
Component index (:math:`-1` if parameter is independent of components)
50+
Component index (:math:`-1` if parameter is independent of components, see the multiplexing of the corresponding parameter, e.g. `FILM_DIFFUSION_MULTIPLEX`)
5151

5252
============= ========================== ============================
5353
**Type:** int **Range:** :math:`\geq -1` **Length:** :math:`\geq 1`
5454
============= ========================== ============================
5555

5656
``SENS_PARTYPE``
5757

58-
Particle type index (:math:`-1` if parameter is independent of particle types)
58+
Particle type index (:math:`-1` if parameter is independent of particle types, see the multiplexing of the corresponding parameter, e.g. `PAR_DIFFUSION_MULTIPLEX`)
5959

6060
============= ========================== ===========================
6161
**Type:** int **Range:** :math:`\geq -1` **Length:** :math:`\geq 1`

0 commit comments

Comments
 (0)