Guillaume Jacquenot

Results 21 comments of Guillaume Jacquenot

Now that the website http://www.dais.unive.it/wass is up, the CI succeeds!

Read function fails because of multiple identical declarations of `*Element`. In the file, there are two sections *Element, type=S3R The first one is converted to a numpy array, then one...

Thanks @nschloe , I have tested the new code with undex_subbody_h005.inp file. It returns the following error: I don't know if the input file does not respect inp format, or...

Ok, sorry for bothering. I close the issue for time being.

@chrisdembia : You should have a look at https://github.com/gtk-rs/examples/blob/master/appveyor.yml. This appveyor script downloads a MinGW archive, unzip it and use it. I think it is a good start. You may...

I agree with @sherm1 : compilation errors with GCC should be caught on Travis. Setting up a MinGW appveyor job will require to download each time MinGW will be costly....

@chrisdembia and @sherm1 : For Windows installer, I use CPack and NSIS with CMake. With the install targets already present, it should be really easy to do. I can start...

You need to access a server. If you can not have access to a distant server, you can set one really easily on your machine, either on Linux or on...

In the past, I have created installers for applications, that were standalone. I used to embed all required DLL. I did not try to create libraries and distribute them. I...

Thanks Michael ! I discover this behaviour with my own refined meshes where I subdivided each triangle into four new triangles. So first thing to do is to check meshes...