Skip to content
Snippets Groups Projects
Commit bc347156 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

nunit_nodes -> nunit_dofs

parent ec9040e6
No related branches found
No related tags found
No related merge requests found
...@@ -624,9 +624,9 @@ class RefFaceMassOperator(ElementwiseLinearOperator): ...@@ -624,9 +624,9 @@ class RefFaceMassOperator(ElementwiseLinearOperator):
assert afgrp.nelements == nfaces * volgrp.nelements assert afgrp.nelements == nfaces * volgrp.nelements
matrix = np.empty( matrix = np.empty(
(volgrp.nunit_nodes, (volgrp.nunit_dofs,
nfaces, nfaces,
afgrp.nunit_nodes), afgrp.nunit_dofs),
dtype=dtype) dtype=dtype)
from modepy.tools import UNIT_VERTICES from modepy.tools import UNIT_VERTICES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment