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

Oliver Sander sander at igpm.rwth-aachen.de
Mon Mar 9 17:34:06 CET 2015


Am 09.03.2015 um 17:18 schrieb Dominic Kempf:
> 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.

Does this matter for this test?
--
Oliver

> 
> 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 --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.dune-project.org/pipermail/dune-devel/attachments/20150309/a7e507cb/attachment.sig>


More information about the Dune-devel mailing list