FEM Quad4 Elements

Hey there, NG Solve community! I have a question regarding the implementation of a 2D quad4 element. Recently, I encountered an issue while working with my Courant solution. Here’s the error message I received:

V = H1(mesh, order=1)
fes = V.ElementType(quad=True, order=2, dirichlet=“left”)
AttributeError: ‘ngsolve.comp.H1’ object has no attribute ‘ElementType’

Has anyone encountered a similar problem or has insights on how to resolve it? Your help would be greatly appreciated!

Thank you in advance!