Skip to content

Issue 24 and adding "scalar_quantities" to the models base class

Stefan Possanner requested to merge fix-issue-24 into devel
  • New methods in models base class: MODEL.update_scalar_quantities(time) and MODEL.print_scalar_quantities()
  • Change __init__ of models base class: removed names and spaces, init with (DR, DOMAIN, *solver_params, **fields_def)
  • Change maxwell_psydac/parameters.yml: rename fields/general -> fields/init, remove names and spaces, set default "all" for comps
  • Parameter file can now be used model agnostic.
  • Add a function for using psydac PostProcessManager (not yet usable for Derham spaces).
  • Minor fixes in doc/install.rst.

Merge request reports