0
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 21, 2024 — Jun 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Provide access to more of the simulator's variables. More... over 13 years ago
Add documentation. More... over 13 years ago
Completely integrate generating graphical output into the postprocessor framework. More... over 13 years ago
Record output file name in the statistics file. Make sure we print the correct name. More... over 13 years ago
Improve the way we decide when the next graphical output should be. More... over 13 years ago
Provide the ability to initialize all postprocessors with a given simulator. More... over 13 years ago
Get parameters out of the correct subsection. More... over 13 years ago
Make things actually compilable whenever the function is instantiated. More... over 13 years ago
By default run all postprocessors. More... over 13 years ago
Put parameters into their own subsection. More... over 13 years ago
Implement saving and loading the state of the manager. More... over 13 years ago
Reindent. More... over 13 years ago
Don't name unused argument. More... over 13 years ago
Handler runtime parameters and implement checkpoint/restart for the Visualization class. More... over 13 years ago
Re-indent. More... over 13 years ago
Rename variables. More... over 13 years ago
Fix get_timestep_number and provide get_timestep. More... over 13 years ago
Come up with a way for postprocessors to declare their parameters. Also: A method how to register a postprocessor without having to list the names in the manager class in various places. More... over 13 years ago
Provide default implementations of declaring and parsing parameters. More... over 13 years ago
Split out the writing of graphical output. There are still a good number of things to do here, but it's a start. More... over 13 years ago
Also provide access to the triangulation. More... over 13 years ago
Make sure the aspect include directory shows up in INCLUDE, so that the generator for Makefile.dep can pick it up. More... over 13 years ago
Make interface destructor virtual. Change one odd formatting SNAFU. More... over 13 years ago
Use a SmartPointer instead of a shared_ptr since we can't guarantee that we pass the pointer along a chain of shared_ptrs only. More... over 13 years ago
Add to the documentation. More... over 13 years ago
Work on checkpoint/restart for the postprocessor objects. More... over 13 years ago
Be quiet about what you do. More... over 13 years ago
fix output frequency after resume More... over 13 years ago
Add a target 'indent'. More... over 13 years ago
Reindent. More... over 13 years ago