← Back to team overview

dolfin team mailing list archive

[noreply@xxxxxxxxxxxxx: [Branch ~dolfin-core/dolfin/main] Rev 4685: Reduce grid size to 32x32 in poisson demo.]

 

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 <johannr@xxxxxxxxx>
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 ---

Attachment: signature.asc
Description: Digital signature


Follow ups