Skip to content

Commit 463acd2

Browse files
committed
fixed dimension of nodevals output
1 parent 711c691 commit 463acd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interpolations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ function nodevalues(source::FEVectorBlock{T, Tv, Ti, FEType, APT}, operator::Typ
819819
if abs
820820
nvals = 1
821821
else
822-
xdim = size(source.FES.dofgrid[Coordinates], 2)
822+
xdim = size(source.FES.dofgrid[Coordinates], 1)
823823
ncomponents = get_ncomponents(eltype(source.FES))
824824
nvals = Length4Operator(operator, xdim, ncomponents)
825825
end

0 commit comments

Comments
 (0)