-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sorry for the large commit; this touches quite a few places. The OptionsNetCDF and OptionsADIOS classes are now private, so that OptionsIO is now the interface to both. The generic Factory is used to implement OptionsIOFactory, and the "netcdf" and "adios" types are registered in their separate header files. The OptionsIOFactory handles the choice of default section ("restart_files" for restarts, "output" for dump/output files), and sets the default path and prefix. This simplifies both the PhysicsModel and the separate implementations by putting that logic in one place.
- Loading branch information
Showing
19 changed files
with
325 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.