Skip to content

Commit

Permalink
Remove \partialz\partial\xi\_1,2 dss in hypsography / meshwarp,
Browse files Browse the repository at this point in the history
Update dss_transform to support 3-component dss.
  • Loading branch information
Akshay Sridhar authored and akshaysridhar committed May 1, 2024
1 parent 6eb0f0d commit 8f41bb3
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 70 deletions.
3 changes: 2 additions & 1 deletion src/Hypsography/Hypsography.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ function _ExtrudedFiniteDifferenceGrid(
f = Spaces.create_dss_buffer(face_∇Z_field),
)

Spaces.weighted_dss!(center_∇Z_field => buffer.c, face_∇Z_field => buffer.f)
@info "Don't apply weighted_dss! onto mesh surface gradient fields"
#Spaces.weighted_dss!(center_∇Z_field => buffer.c, face_∇Z_field => buffer.f)

# construct full local geometry
center_local_geometry =
Expand Down
Loading

0 comments on commit 8f41bb3

Please sign in to comment.