On Tuesday 30 November 2010, Ted Kord wrote: > This would be ideal but the geometry is quite complicated. Within the cube, > I know the location of the points of the geometry (based on material data), > but I'll have to set up the connectivity to cells myself. Then, I can do > what Wolfgang suggested -- create the triangulation using the > Triangulation::create_triangulation > function -- without recourse to a mesh generator. The problem is, "how to > create the connectivity to cells?"
Are the points you have on an x-y-z grid? Then that would be relatively straightforward. W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
