// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
ExcInternalError() );
}
- write_vtk (tr, "p4est_2d_coarse_01", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
}
- write_vtk (tr, "p4est_2d_ghost_01", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
}
deallog << "OK" << std::endl;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
}
}
- write_vtk (tr, "p4est_2d_ghost_02", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
Assert (tr.n_global_active_cells() ==
static_cast<unsigned int>(std::pow (1.*GeometryInfo<dim>::max_children_per_cell, i+1)),
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
deallog << "#cells = " << tr.n_global_active_cells() << std::endl;
}
- write_vtk (tr, "p4est_2d_refine_01", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
deallog << "#cells = " << tr.n_global_active_cells() << std::endl;
}
- write_vtk (tr, "p4est_2d_refine_02", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
{
deallog << "#cells = " << tr.n_global_active_cells() << std::endl;
}
-
-// write_vtk (tr, "p4est_2d_refine_03", "1");
}
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
}
- write_vtk (tr, "p4est_2d_simple", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
}
- write_vtk (tr, "p4est_3d_ghost_01", "1");
+ deallog << "Checksum: "
+ << tr.get_checksum ()
+ << std::endl;
if (myid==0)
{
std::ofstream file("p4est_3d_ghost_01/1.gpl");
GridOut().write_gnuplot (tr, file);
}
-
-
deallog << "#global cells " << tr.n_global_active_cells() << std::endl;
-
-
}
deallog << "OK" << std::endl;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2009, 2010 by the deal.II authors
+// Copyright (C) 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
}
level++;
-// write_vtk (tr, "p4est_max_refine", Utilities::int_to_string(i,4).c_str());
-
}
}