Module config

Module config 

Source
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§

CorriesConfig
Struct that carries the full configuration info for a simulation.

Enums§

BoundaryMode
Enumerates the different boundary conditions.
CustomBoundaryMode
Enumerates the possible custom boundary conditions.