Re: [Gmsh] Python API (with Anaconda)

2020-03-25 Thread paul francedixhuit
In fact a copy of the "gmsh.py" file was remaining in the working directory and not pointing to the /lib one (a mistake); after removing it, now it works fine using Spyder as described in my previous post; this way allows me to run the API directly from Spyder. Paul Le mer. 25 mars 2020 à 15:23,

[Gmsh] Structured grid for triangular domains

2020-03-25 Thread Murilo Henrique Campana Bento
Hi everyone, I am trying to create a structured mesh for a simple triangular domain. However, the generated mesh is not the one I expected. The input script (geo) I am using is the following. " Point(1) = {0.0, 0.0, 0.0, 1.0}; Point(2) = {1.0, 0.0, 0.0, 1.0}; Point(3) = {1.0, 1.0, 0.0, 1.0};

[Gmsh] Python API (with Anaconda)

2020-03-25 Thread paul francedixhuit
Hi All >From scracth, I'm trying to use the gmsh Python API under Anaconda + spyder; I downloaded and installed the latest gmsh SDK release. Wherever I did (export PYTHONPATH in the .bashrc file or path explicitly added in the python file, even running the API in commandline), I got the same