Hi,
I want to extract the number of dofs over a given FunctionSpace V :
V = VectorFunctionSpace(MyMesh, "Lagrange", 1)
I though I could access it through "dofmap()" :
dofmap = V.dofmap()
Is there a way to access dimension of this dofmap
object ?
Many thanks in advance !
Claire