Skip to content

Commit

Permalink
scan papers for better idea of NR step@
Browse files Browse the repository at this point in the history
  • Loading branch information
2AUK committed Oct 24, 2023
1 parent cf5779f commit 34e6f84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gillan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ impl Gillan {
pub fn step_gillan(&mut self, curr: &Array3<f64>, prev: &Array3<f64>) -> Array1<f64> {
Array::from_iter(curr.clone().into_iter())
}

pub fn compute_basis_functions(&mut self) {
todo!()
}
}

impl Solver for Gillan {
Expand Down

0 comments on commit 34e6f84

Please sign in to comment.