-
Notifications
You must be signed in to change notification settings - Fork 258
Better document a workflow. #6773
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
base: main
Are you sure you want to change the base?
Conversation
gassmoeller
left a comment
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.
The change makes sense, but please fix the accidentally committed conflict.
| <<<<<<< Updated upstream | ||
| ======= | ||
| ar &(*initial_temperature_manager); | ||
| ar &(*initial_composition_manager); | ||
| ar &boundary_temperature_manager; | ||
| ar &boundary_convective_heating_manager; | ||
| ar &boundary_composition_manager; | ||
| ar &prescribed_solution_manager; | ||
| ar &boundary_convective_heating_manager; | ||
| ar &boundary_velocity_manager; | ||
| ar &boundary_traction_manager; | ||
| ar &prescribed_solution_manager; | ||
|
|
||
| // The following two are not manager classes but straight up plugins and so don't | ||
| // The following are not manager classes but straight up plugins and so don't | ||
| // currently have the ability to serialize themselves. We should add those later. | ||
| // ar &prescribed_stokes_solution; | ||
| // ar &boundary_heat_flux; | ||
|
|
||
| // By definition, a checkpoint is past the first time step. As a consequence, | ||
| // the Simulator object will not need the initial conditions objects, and | ||
| // we do not need to serialize those | ||
| // ar &(*adiabatic_conditions); | ||
| // ar &(*initial_topography_model); | ||
| >>>>>>> Stashed changes |
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.
I think you committed this accidentally.
|
Yes, sorry for the miscued commit. Fixed! |
@arnoldkk13 FYI