Skip to content

Commit

Permalink
add alias surface
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Jul 24, 2023
1 parent 1b956d5 commit e3227ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_geometry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Parametric mapping of Reference state
𝒑₍₀₎(u¹, u²) = SVector(u¹, u², 0)
const surface = 𝒑₍₀₎

# Tangent vector
𝒑₁₍₀₎(u¹, u²) = ForwardDiff.derivative(u¹ -> 𝒑₍₀₎(u¹, u²), u¹)
Expand Down

0 comments on commit e3227ce

Please sign in to comment.