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
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
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
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
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