Hi, so we are elaborating FEM libraries for a project we are attempting. One requirement is, that we want to assemble FEM matrices/vector into PETSc objects, which libMesh obviously provides. Is there a way, to just assemble the matrices by providing element based loops, so that we can work with the plain PETSc Mat/Vec afterwards?
Basically we want to hand off the FEM stuff to libMesh and do everything else on our own with the assembled objects. I'd appreciate, if this is possible, if someone could lead me to examples. Regards Julian ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
