Skip to content

Commit

Permalink
Fix test_p_enrichment_mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 5, 2023
1 parent 3216fde commit da89b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_adjoint/test_mesh_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_h_enrichment_space(self, family, degree, rank):
self.assertEqual(element.value_shape, enriched_element.value_shape)

def test_p_enrichment_mesh(self):
mesh_seq = self.go_mesh_seq(self.get_function_spaces_decorator("R", 0, 0))
mesh_seq = self.go_mesh_seq(self.get_function_spaces_decorator("CG", 1, 0))
mesh_seq_e = mesh_seq.get_enriched_mesh_seq(
enrichment_method="p", num_enrichments=1
)
Expand Down

0 comments on commit da89b50

Please sign in to comment.