Guillaume Giudicelli
Guillaume Giudicelli
@socratesgorilla this is a good one if you want
Let's add documentation for using sync_times though, under the Outputs page. For the interval printing, let's rename interval to interval_step and add interval_sync_times to both make the sync system more...
so brought up in this issue there's the following things that would improve the situation: - doc for sync_times - rename output interval parameter to interval_step - add interval_sync_times to...
Yeah it's intertwined which is why I started with "document" A TVD scheme is really a spatial scheme that is well behaved in time, so we should possibly look at...
There are also a lot of stubs in the documentation. I can review the code if needed, what was the process for Isopod merges? I doubt we can take credit...
One of the main issues is how locked the environment is. You have to be using OptimizationFunctions, OptimizationControl (controlreceiver), OptimizationTransfer etc. You loose some of the benefit of the existing...
I'm working on making two general objects so Element/SideVariableFunctionPP can be removed. I ll let you know
With #22547 and with the Side/ElementIntegralFunctorPostprocessors, you should be able to get rid of: - optimitizationMultiApp - Element/SideVariableFunctionPP EDIT: OptimizationMultiApp might not be delete-able because of the custom reset behavior....
Yes I tried re-ordering the user objects. It did not go well :S
ok see my two last commits for the dumb stuff I have had to do to make this work. If the cost to the framework is too high, I m...