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

Remove incorrect statements about initial conditions #601

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Conversation

KnutAM
Copy link
Member

@KnutAM KnutAM commented Feb 23, 2023

Just noticed a small formatting error, and as far as I understand (@termi-official ?), an extra quote that shouldn't have been there.

@termi-official
Copy link
Member

I also noticed that some error slipped in here. You do not need to specify u'(0) for first order DAEs. You just need a u which is consistent with your residual. You can think about this one this way: If your system has n equations, then the corresponding u has n entries which have to be determined to be consistent with the residuals. If you have some second derivative, then you get u' as an additional unknown.

@KnutAM KnutAM changed the title Add line break and remove trailing single quote Remove incorrect statements about initial conditions Feb 23, 2023
@fredrikekre fredrikekre merged commit 8c32dd1 into master Feb 23, 2023
@fredrikekre fredrikekre deleted the kam/fixdoc branch February 23, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants