Skip to content

Commit

Permalink
fix residual rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
lijas committed Jul 1, 2024
1 parent 4cd4b45 commit 4bf03ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/splines/bezier_values.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ function Ferrite.spatial_coordinate(cv::Ferrite.AbstractValues, iqp::Int, (xb, w
return x
end

Ferrite.getnormal(fv::BezierFaceValues, i::Int)= fv.cv_bezier.normals[i]

#Function that computs basefunction values from bezier function values and the extraction operator, N = C*B
function _cellvalues_bezier_extraction!(cv_nurbs::Ferrite.AbstractValues, cv_bezier::Ferrite.AbstractValues, Cbe::BezierExtractionOperator{T}, w::Optional{Vector{T}}, faceid::Int) where {T}

Expand Down

0 comments on commit 4bf03ce

Please sign in to comment.