Skip to content
Snippets Groups Projects
Commit 1172ce8e authored by Stephan Hilb's avatar Stephan Hilb
Browse files

revert quasi interpolation to original

parent 51c821c7
No related branches found
No related tags found
No related merge requests found
......@@ -259,8 +259,8 @@ function project_qi_lagrange!(u::FeFunction, img)
phix = evaluate_basis(space.element, xhat)
# no integration element used
u.data[gdofs] .+= qw[k] ./ area_refel .* 3 .* value * phix'
#u.data[gdofs] .+= qw[k] ./ area_refel * value * (12 .* phix' .- 3)
#u.data[gdofs] .+= qw[k] ./ area_refel .* 3 .* value * phix'
u.data[gdofs] .+= qw[k] ./ area_refel * value * (12 .* phix' .- 3)
end
gdofcount[gdofs] .+= 1
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment