Expand description
Exports the CorriesConfig structs and its nested structs for configuring Corries simulations.
Re-exports§
pub use meshconfig::*;pub use numericsconfig::*;pub use outputconfig::*;pub use physicsconfig::*;
Modules§
- meshconfig
- Exports MeshConfig for configuring the Mesh of the simulation.
- numericsconfig
- Exports NumericsConfig for configuring NumFlux and TimeSolver objects
- outputconfig
- Exports OutputConfig, which is used to configure different output streams for Writer objects.
- physicsconfig
- Exports PhysicsConfig for configuring Physics objects.
Structs§
- Corries
Config - Struct that carries the full configuration info for a simulation.
Enums§
- Boundary
Mode - Enumerates the different boundary conditions.
- Custom
Boundary Mode - Enumerates the possible custom boundary conditions.