Skip to content

Commit

Permalink
Update unit/src/MFEMEssentialBCTest.C
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Blair <[email protected]>
  • Loading branch information
cmacmackin and alexanderianblair authored Dec 17, 2024
1 parent 810ad57 commit 6ef2e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit/src/MFEMEssentialBCTest.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public:
_scalar_fes(_mfem_mesh_ptr->getMFEMParMeshPtr().get(), 1, 3),
_vector_h1_fes(
_mfem_mesh_ptr->getMFEMParMeshPtr().get(), 1, 3, mfem::BasisType::GaussLobatto, 3),
_vector_hcurl_fes(_mfem_mesh_ptr->getMFEMParMeshPtr().get(), 2, 3, 3),
_vector_hdiv_fes(_mfem_mesh_ptr->getMFEMParMeshPtr().get(), 2, 3, 3),
_vector_hcurl_fes(_mfem_mesh_ptr->getMFEMParMeshPtr().get(), 2, 3),
_vector_hdiv_fes(_mfem_mesh_ptr->getMFEMParMeshPtr().get(), 2, 3),
_scalar_gridfunc(&_scalar_fes),
_vector_h1_gridfunc(&_vector_h1_fes),
_vector_hcurl_gridfunc(&_vector_hcurl_fes),
Expand Down

0 comments on commit 6ef2e25

Please sign in to comment.