Re: [deal.II] Using different random seed when distorting a triangulation

2020-10-05 Thread Wolfgang Bangerth
On 10/5/20 6:24 AM, David wrote: Hello, I'm trying to send a pull request with this functionality but there's an error with the format of the code that I don't understand (this is my first pull request). The error is here:https://github.com/dealii/dealii/pull/11003/checks?check_run_id=1208978

Re: [deal.II] Using different random seed when distorting a triangulation

2020-10-05 Thread David
Hello, I'm trying to send a pull request with this functionality but there's an error with the format of the code that I don't understand (this is my first pull request). The error is here: https://github.com/dealii/dealii/pull/11003/checks?check_run_id=1208978286 I don't know how to fix this

Re: [deal.II] Using different random seed when distorting a triangulation

2020-05-28 Thread David F
Yes, it seems indeed easy. I'll try to learn how to send it through the official channel in github. On Tuesday, 26 May 2020 05:40:57 UTC+2, Wolfgang Bangerth wrote: > > On 5/25/20 9:20 PM, David F wrote: > > > > I would like to apply many random distortions to a triangulation. > However, the

Re: [deal.II] Using different random seed when distorting a triangulation

2020-05-25 Thread Wolfgang Bangerth
On 5/25/20 9:20 PM, David F wrote: I would like to apply many random distortions to a triangulation. However, the function GridTools::distort_random seems to produce always the same distortion. Is there a way to use different seeds in order to generate always different distortions? It seems t

[deal.II] Using different random seed when distorting a triangulation

2020-05-25 Thread David F
Hello everyone. I would like to apply many random distortions to a triangulation. However, the function GridTools::distort_random seems to produce always the same distortion. Is there a way to use different seeds in order to generate always different distortions? It seems that it's not possible