> Has anyone tried to have > both METIS and p4est enabled for deal.II ?
No reason why that should fail, but in one program you can only use one or the other: 1 Old parallel way where the Triangulation is not distributed, you need METIS for GridTools::partition_triangulation() 2. New way that uses p4est (and does not use GridTools::partition_triangulation()) -- Timo Heister http://www.math.tamu.edu/~heister/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
