Hi Rochan,
> n_dofs()=0
> n_local_dofs()=0
> n_constrained_dofs()=0
> n_vectors()=1
>
> The mesh is read correctly. However, it does not display the number of
> degrees of freedom. I would surmise that given the mesh (a structured
> mesh with quadrilaterals) and the approximation order
Hi libMesh Forum,
I am computing a simple model for char strength using libmesh, solving
essentially the linear elasticity equations. I have managed to do so
on simple meshes generated by libMesh (MeshTools::Generation) but am
having problems (which I believe is due to my own ignorance) on
solving