Skip to content

Commit

Permalink
cant figure out how to speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Oct 18, 2024
1 parent 90d53b9 commit e0ee1ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/fem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@ impl FiniteElements {
}
/// Calculates and sets the node-to-node connectivity for boundary nodes.
pub fn calculate_node_node_connectivity_boundary(&mut self) -> Result<(), &str> {
//
// may be faster to use retain() or remove() on a cloned node_node_connectivity
//
let exterior_nodes = self.get_exterior_nodes();
if exterior_nodes != &EMPTY_NODES {
let boundary_nodes = self.get_boundary_nodes();
Expand Down

0 comments on commit e0ee1ff

Please sign in to comment.