Skip to content

Commit

Permalink
Merge branch 'develop' into feature/sunstepper
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 authored Nov 1, 2024
2 parents 068fbd7 + 8c72a8b commit a8ab522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/cvode/guide/source/Usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ function to be called or macro to be referenced.
If a nonlinear solver requiring a linear solver is chosen (e.g., the
default Newton iteration), then initialize the CVLS linear solver
interface by attaching the linear solver object (and matrix object,
if applicable) with a call ``ier = CVodeSetLinearSolver(cvode_mem, NLS)`` (for details see
:numref:`CVODE.Usage.CC.callable_fct_sim.lin_solv_init`):
if applicable) with a call ``ier = CVodeSetLinearSolver(cvode_mem, LS, A)``
(for details see :numref:`CVODE.Usage.CC.callable_fct_sim.lin_solv_init`).

Alternately, if the CVODE-specific diagonal linear solver module,
CVDIAG, is desired, initialize the linear solver module and attach
it to CVODE with the call to :c:func:`CVodeSetLinearSolver`.

#. **Set optional inputs**
Call ```CVodeSet***`` functions to change any optional inputs that control the
Call ``CVodeSet***`` functions to change any optional inputs that control the
behavior of CVODE from their default values. See
:numref:`CVODE.Usage.CC.optional_input` for details.

Expand Down

0 comments on commit a8ab522

Please sign in to comment.