-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add UpdateFunctionsOfTime
action
#6264
Add UpdateFunctionsOfTime
action
#6264
Conversation
f3734d5
to
96993d9
Compare
tests/Unit/Helpers/Evolution/Systems/CurvedScalarWave/Worldtube/TestHelpers.cpp
Show resolved
Hide resolved
...Evolution/Systems/CurvedScalarWave/Worldtube/SingletonActions/InitializeEvolvedVariables.hpp
Outdated
Show resolved
Hide resolved
src/Evolution/Systems/CurvedScalarWave/Worldtube/SingletonActions/UpdateFunctionsOfTime.hpp
Show resolved
Hide resolved
src/Evolution/Systems/CurvedScalarWave/Worldtube/SingletonActions/UpdateFunctionsOfTime.hpp
Outdated
Show resolved
Hide resolved
...Evolution/Systems/CurvedScalarWave/Worldtube/SingletonActions/Test_UpdateFunctionsOfTime.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the clang-tidy errors and some missing tags in the tests, looks good.
e59beb2
to
4ecdf1d
Compare
My bad, I accidentally left out some of the changes. I pushed a new fixup. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, squash
4ecdf1d
to
740bd18
Compare
done, thanks for the review! |
Adds the action that adjusts the functions of time according to the motion of the particle.
depends on #6255 #6261