We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfebbc commit 2c2bfabCopy full SHA for 2c2bfab
src/io/msh.rs
@@ -132,7 +132,6 @@ where
132
/// Allows conversion from `mshio::Node`s to `OPoint`s which are used as vertices in `fenris`.
133
pub trait TryVertexFromMshNode<T, D, F>
134
where
135
- Self: Sized,
136
T: RealField,
137
D: DimName,
138
F: mshio::MshFloatT,
@@ -179,7 +178,6 @@ where
179
178
Self: Sized,
180
{
181
fn msh_element_type() -> mshio::ElementType;
182
-
183
fn try_connectivity_from_msh_element(element: &mshio::Element<u64>) -> eyre::Result<Self>;
184
}
185
0 commit comments