← Back to team overview

dolfin team mailing list archive

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

 

On Tue, Apr 6, 2010 at 11:00 AM, Anders Logg <logg@xxxxxxxxx> wrote:
> Thanks, I changed it to 1024 x 1024 while testing Joachim's new
> formatting of the progress bar.

OK, I see. It took forever to run here so I changed it back.

Johannes

> --
> Anders
>
>
> ---------- Forwarded message ----------
> From: noreply@xxxxxxxxxxxxx
> To: Anders Logg <logg@xxxxxxxxx>
> Date: Tue, 06 Apr 2010 08:59:18 -0000
> Subject: [Branch ~dolfin-core/dolfin/main] Rev 4685: Reduce grid size to 32x32 in poisson demo.
> ------------------------------------------------------------
> 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
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAku6+CAACgkQTuwUCDsYZdGwjACdHF7TBsf2HcmPpl79PxRy+LtX
> zJgAoI4EyuFkPzcROsyHSafSVrG4W+qi
> =heZk
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp
>
>



References