Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Apr 19, 2024
1 parent e5770b5 commit 94376e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions doc/interface/return_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Group /input/return

``WRITE_SOLUTION_LAST``

Write full solution state vector at last time point (optional, defaults to 0)
Write full solution state vector at last time point, including the state derivative vector (optional, defaults to 0)

============= ==========================
**Type:** int **Range:** :math:`\{0,1\}`
============= ==========================

``WRITE_SENS_LAST``

Write full sensitivity state vectors at last time point (optional, defaults to 0)
Write full sensitivity state vectors at last time point, including the state derivative vector (optional, defaults to 0)

============= ==========================
**Type:** int **Range:** :math:`\{0,1\}`
Expand Down Expand Up @@ -292,7 +292,7 @@ Group /input/return/unit_XXX

``WRITE_SOLUTION_LAST_UNIT``

Write solution state vector of this unit at last time point
Write solution state vector of this unit at last time point, including the state derivative vector (optional, defaults to 0)

============= ==========================
**Type:** int **Range:** :math:`\{0,1\}`
Expand Down
12 changes: 2 additions & 10 deletions doc/interface/system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,15 @@ Group /input/model

``INIT_STATE_SENSY_XXX``

Number of unit operations in the system
Initial full time derivative state vector of the :math:`\texttt{XXX}` th sensitivity system (optional, can currently not be specified on unit operation level)

================ ==================================
**Type:** double **Length:** :math:`\texttt{NDOF}`
================ ==================================

``INIT_STATE_SENSYDOT_XXX``

Initial full state vector of the :math:`\texttt{XXX}` th sensitivity system (optional, unit operation specific initial data is ignored)

================ ==================================
**Type:** double **Length:** :math:`\texttt{NDOF}`
================ ==================================

``NUNITS``

Initial full time derivative state vector of the :math:`\texttt{XXX}` th sensitivity system (optional, unit operation specific initial data is ignored)
Initial full state vector of the :math:`\texttt{XXX}` th sensitivity system (optional, can currently not be specified on unit operation level)

================ ==================================
**Type:** double **Length:** :math:`\texttt{NDOF}`
Expand Down

0 comments on commit 94376e7

Please sign in to comment.