Skip to content

Commit

Permalink
Merge branch 'main' into adm/variational
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Nov 22, 2024
2 parents 3ec1272 + ff9abba commit 1cc6b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 127 deletions.
126 changes: 0 additions & 126 deletions mask.jl

This file was deleted.

2 changes: 1 addition & 1 deletion src/thermal_diffusion/DiffusionPT_kernels.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
isNotDirichlet(m, inds::Vararg{Int,N}) where {N} = iszero(m[inds...])
isNotDirichlet(::Nothing, ::Vararg{Int,N}) where {N} = false
isNotDirichlet(::Nothing, ::Vararg{Int,N}) where {N} = true

## 3D KERNELS

Expand Down

0 comments on commit 1cc6b90

Please sign in to comment.