-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagated SUNAdaptController class and usage from feature/oo-adaptiv…
…ity branch
- Loading branch information
1 parent
e800b15
commit e6bfc92
Showing
114 changed files
with
11,267 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
doc/arkode/guide/source/sunadaptcontroller/SUNAdaptController_links.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. ---------------------------------------------------------------- | ||
SUNDIALS Copyright Start | ||
Copyright (c) 2002-2023, Lawrence Livermore National Security | ||
and Southern Methodist University. | ||
All rights reserved. | ||
See the top-level LICENSE and NOTICE files for details. | ||
SPDX-License-Identifier: BSD-3-Clause | ||
SUNDIALS Copyright End | ||
---------------------------------------------------------------- | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_Description.rst | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_PID.rst | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_PI.rst | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_I.rst | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_ExpGus.rst | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_ImpGus.rst | ||
.. include:: ../../../../shared/sunadaptcontroller/SUNAdaptController_ImExGus.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. ---------------------------------------------------------------- | ||
SUNDIALS Copyright Start | ||
Copyright (c) 2002-2023, Lawrence Livermore National Security | ||
and Southern Methodist University. | ||
All rights reserved. | ||
See the top-level LICENSE and NOTICE files for details. | ||
SPDX-License-Identifier: BSD-3-Clause | ||
SUNDIALS Copyright End | ||
---------------------------------------------------------------- | ||
.. _SUNAdaptController: | ||
|
||
##################################### | ||
Time Step Adaptivity Controllers | ||
##################################### | ||
|
||
The SUNDIALS library comes packaged with a variety of :c:type:`SUNAdaptController` | ||
implementations, designed to support various forms of error-based time step | ||
adaptivity within SUNDIALS time integrators. To support applications that may | ||
want to adjust or disable these heuristic controls, SUNDIALS provides a | ||
:c:type:`SUNAdaptController` base class, along with a variety of default | ||
implementations. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
SUNAdaptController_links.rst |
Oops, something went wrong.