← Back to team overview

dolfin team mailing list archive

Re: [Question #97807]: How to Obtain the Coordinates of the Vertices of a Mesh with P2 and Higher Elements

 

Question #97807 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/97807

    Status: Answered => Open

Ted Kord is still having a problem:
Thanks Anders.

Could you please show me an example of how to use this. I've tried the
following but get a segmentation fault.

	 for (CellIterator c(mesh); !c.end(); ++c) 
	 	 V.dofmap().tabulate_coordinates(&coordinates, *c);

Thank you.

Ted

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.



References