> On 7 May 2020, at 01:01, Kenneth Assogba wrote:
>
> Dear GMSH developer,
>
> I'm using Gmsh Python API in version 4.5.6. I have some .msh file (with just
> points and line who define a surface) and I a want to create a 2D mesh on it.
> As it is not directly possible, i'm triying the
> gms
> On 5 May 2020, at 16:09, Jeremy Theler wrote:
>
> Hi all
>
> Say I have a set of $NodeData$s with a temperature distribution from a
> transient heat conduction problem but due to adaptivity the times are
> not equally spaced. Each set has the real tag as a the real time and
> the first integ
Dear GMSH developer,
I'm using Gmsh Python API in version 4.5.6. I have some .msh file (with
just points and line who define a surface) and I a want to create a 2D mesh
on it. As it is not directly possible, i'm triying the
*gmsh.model.mesh.createGeometry()* method and after that, doing
*gmsh.mode