[Dune-devel] [Dune-Commit] [Commit] dune-grid - e346f4b: [cleanup] Use YaspGrid constructor without periodic/overlap arguments

Dominic Kempf dominic.r.kempf at gmail.com
Mon Mar 9 17:18:57 CET 2015


The change to the YaspGrid constructor changed the grid from
non-overlapping to overlapping (default=1). That will break grid
construction for a (too) large number of processors.

Dominic

On Mon, Mar 9, 2015 at 5:06 PM, Oliver Sander <sander at igpm.rwth-aachen.de>
wrote:

> New commit, appeared at Mon Mar  9 17:06:17 2015 +0100
> as part of the following ref changes:
>
>     branch refs/heads/master    updated from a64a70a -> 55a91ba
>
> Browsable version:
> http://cgit.dune-project.org/repositories/dune-grid/commit/?id=e346f4b66331ac7735e4d517c364b13e983497d0
>
> ======================================================================
>
> commit e346f4b66331ac7735e4d517c364b13e983497d0
> Author: Oliver Sander <sander at igpm.rwth-aachen.de>
> Date:   Mon Mar 9 16:47:48 2015 +0100
>
>     [cleanup] Use YaspGrid constructor without periodic/overlap arguments
>
>  dune/grid/io/file/test/subsamplingvtktest.cc | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
>
>
> diff --git a/dune/grid/io/file/test/subsamplingvtktest.cc
> b/dune/grid/io/file/test/subsamplingvtktest.cc
> index 5c203c7..2630231 100644
> --- a/dune/grid/io/file/test/subsamplingvtktest.cc
> +++ b/dune/grid/io/file/test/subsamplingvtktest.cc
> @@ -95,9 +95,8 @@ void vtkCheck(int* n, double* h)
>    std::copy(h, h+dim, L.begin());
>    Dune::array<int, dim> s;
>    std::copy(n, n+dim, s.begin());
> -  std::bitset<dim> periodic;
>
> -  Dune::YaspGrid<dim> g(L, s, periodic, 0);
> +  Dune::YaspGrid<dim> g(L, s);
>
>    if(g.comm().rank() == 0)
>      std::cout << std::endl
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune-devel/attachments/20150309/f32eff62/attachment.htm>


More information about the Dune-devel mailing list