pub trait Abaqus {
// Required method
fn write_inp(&self, file_path: &str) -> Result<(), Error>;
}Expand description
The Abaqus trait for finite elements.
Required Methods§
Implementors§
impl Abaqus for FiniteElements
Abaqus implementation of the finite elements type.