Skip to content

Commit

Permalink
init mixed deriv rules
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Aug 30, 2023
1 parent 4ba1a05 commit 5e1d463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/discretization/generate_finite_difference_rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function generate_finite_difference_rules(II::CartesianIndex, s::DiscreteSpace,
advection_rules = []
nonlinlap_rules = []
spherical_diffusion_rules = []
mixed_deriv_rules_cartesian = []
integration_rules = []
end

Expand Down

0 comments on commit 5e1d463

Please sign in to comment.