Thanks, I changed it to 1024 x 1024 while testing Joachim's new formatting of the progress bar.
-- Anders
--- Begin Message --------------------------------------------------------------- revno: 4685 committer: Johannes Ring <[email protected]> branch nick: dolfin timestamp: Tue 2010-04-06 10:57:03 +0200 message: Reduce grid size to 32x32 in poisson demo. modified: demo/pde/poisson/cpp/main.cpp -- lp:dolfin https://code.launchpad.net/~dolfin-core/dolfin/main Your team DOLFIN Core Team is subscribed to branch lp:dolfin. To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription=== modified file 'demo/pde/poisson/cpp/main.cpp' --- demo/pde/poisson/cpp/main.cpp 2010-04-05 17:22:50 +0000 +++ demo/pde/poisson/cpp/main.cpp 2010-04-06 08:57:03 +0000 @@ -54,7 +54,7 @@ int main() { // Create mesh and function space - UnitSquare mesh(1024, 1024); + UnitSquare mesh(32, 32); Poisson::FunctionSpace V(mesh); // Define boundary condition
--- End Message ---
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

