Skip to content

Commit

Permalink
Fix a deprecated dofdesc in test_grudge
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 11, 2024
1 parent e0381d8 commit 77c5048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_grudge.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_mass_operator_inverse(actx_factory, name):
dof_desc.DISCR_TAG_QUAD: (
QuadratureGroupFactory(order))
})
volume_discr = dcoll.discr_from_dd(dof_desc.DD_VOLUME)
volume_discr = dcoll.discr_from_dd(dof_desc.DD_VOLUME_ALL)

logger.info("ndofs: %d", volume_discr.ndofs)
logger.info("nelements: %d", volume_discr.mesh.nelements)
Expand Down

0 comments on commit 77c5048

Please sign in to comment.