Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc edits for KINSol #14779

Merged
merged 1 commit into from Feb 9, 2023
Merged

Conversation

singimarson
Copy link
Contributor

No description provided.

* applied to `rhs`, i.e., `J*dst = rhs`. It is the user's responsibility
* to set up proper solvers and preconditioners inside this function
* (or in the `setup_jacobian` callback above).
* applied to `rhs`, i.e., `J` $*$ `dst = rhs`. It is the user's
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know how that would look like? You could also use \cdot:
$ J \cdot dst = rhs$

* indicating that it is not necessary to solve the linear system with
* the Jacobian matrix exactly, but only to a tolerance that KINSOL will
* adapt over time.
* applied to `rhs`, i.e., `J` $*$ `dst = rhs`. It is the user's
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Member

@tjhei tjhei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@masterleinad masterleinad merged commit cc72670 into dealii:master Feb 9, 2023
@singimarson singimarson deleted the more_kinsol_edits branch February 13, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants