Skip to content

Commit

Permalink
Refactored implementation of evaluator tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Jan 20, 2025
1 parent 9e0a1fe commit 03caaef
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 171 deletions.
2 changes: 1 addition & 1 deletion examples/laplace_evaluator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn main() {

let space = bempp::function::FunctionSpace::new(
&grid,
&LagrangeElementFamily::<f64>::new(0, ndelement::types::Continuity::Discontinuous),
&LagrangeElementFamily::<f64>::new(1, ndelement::types::Continuity::Discontinuous),
);

let mut options = BoundaryAssemblerOptions::default();
Expand Down
Loading

0 comments on commit 03caaef

Please sign in to comment.