Skip to main content

Crate runmat_analysis_fea

Crate runmat_analysis_fea 

Source
Expand description

FEA pipeline scaffolding for assembly, solve orchestration, and diagnostics.

Re-exports§

pub use pipeline::electromagnetic::run_electromagnetic;
pub use pipeline::electromagnetic::run_electromagnetic_with_options;
pub use pipeline::linear_static::run_linear_static;
pub use pipeline::linear_static::run_linear_static_with_options;
pub use pipeline::modal::run_modal;
pub use pipeline::modal::run_modal_with_options;
pub use pipeline::nonlinear::run_nonlinear;
pub use pipeline::nonlinear::run_nonlinear_with_options;
pub use pipeline::thermal::run_thermal;
pub use pipeline::thermal::run_thermal_with_options;
pub use pipeline::transient::run_transient;
pub use pipeline::transient::run_transient_with_options;
pub use progress::check_cancelled as check_fea_cancelled;
pub use progress::emit_phase as emit_fea_progress_phase;
pub use progress::emit_progress as emit_fea_progress;
pub use progress::is_cancelled as is_fea_cancelled;
pub use progress::replace_fea_progress_context;
pub use progress::FeaCancellationPredicate;
pub use progress::FeaProgressContextGuard;
pub use progress::FeaProgressEvent;
pub use progress::FeaProgressHandler;
pub use progress::FeaProgressPhase;
pub use progress::FeaProgressStatus;
pub use contracts::*;

Modules§

assembly
contracts
diagnostics
fixtures
operator
parity
physics
pipeline
post
progress
solve