S.Ouchène
S.Ouchène
Hello, For Plot3D: - From [wikipedia](https://en.wikipedia.org/wiki/PLOT3D_file_format): In computational fluid dynamics, the PLOT3D file format is a standard file format used for storing grid and results data. PLOT3D was created by...
@gdmcbain Thank you for the suggestion I forgot about it. Unfortunately that didn't work too. I got the following error from Ansys Fluent: ``` Cell ID 0 out of declared...
@gdmcbain: Apparently parametric nodes are not documented yet. The best I can find now is this: [Question about parametric nodes](http://geuz.org/pipermail/gmsh/2013/008542.html)
@gdmcbain : If I am not mistaken, `Gmsh` uses the MSH 2 format by default to save meshes. However, if we export the mesh via "File > Export " we...
@gdmcbain : Hi again, That was only a quick attempt to generate an `*.obj` file for another usage, so I didn't save the .geo file. For me, the workaround is...
@JanssensNick : Hello, I experienced the same problem when trying to install bitpit, (You can check the closed issues). If I remember well, then you can proceed as follows: Below,...
@JanssensNick I think this is a CMake internal error, so: * First try to remove the build folder, close the terminal, and open a new one. Now try again to...
@ahrm Actually, Mendeley provides a REST API. You can easily import all your annotations. (see: https://api.mendeley.com/apidocs/docs). If I am not mistaken they have a Python and Javascript SDKs. I can...
@ahrm The default format is JSON. Another interesting idea is the ability to integrate the highlights back (from Sioyek to Mendeley database) via POST requests. Notice that you need to...
I believe this happens because you're using a sans serif font such as "Computer Modern Sans Serif", or "Helvetica". As a workaround, you can include the package `esvect` and redefine...