-
For the sake of efficiency it might be a good idea to provide alternative versions of some methods of the Geometry interface class, for instance:
`void Global(const Eigen::MatrixXd& local,Eigen::Ma…
-
I can't get the current master to compile under OSx, see the error log: https://gist.github.com/rvanvenetie/873982a16d5fdb70497f36ea31c9b5bc.
I'm using clang 8.1.0 (clang-802.0.42).
-
An object of type `CodimMeshDataSet` can be created only through `make_CodimMeshDataSet`, which returns a shared pointer. What is the problem about "stand alone" objects of this type?
-
The current situation is kind of messy. In general, all tests using FEnicS, NGSolve, slycot or pymess should be enforced in CI and should be skippable locally, IMHO. Right now there are only special p…
-
I can't compile smesh on osx, because of these kind of errors. The errors are caused by header files in netgen. Somehow it's working on linux (no idea why). Also compiling netgen works on osx. So I wo…
-
@peterlama and @ianrrees, It looks like the Homebrew team is deprecating homebrew/science and moving select (i.e. popular) formula from science to core. I discovered this while submitting a pull requ…
-
Hello, I'm trying to compile netgen on my gentoo linux box. I have tcl and tk version 8.6.6 installed, as well as tix-8.4.3 and togl-2.0.
When build target togl I get the an error that cmake is not…
-
I would like to add netgen to the conda-forge channel. Currently there are several netgen-packages available with conda:
- https://anaconda.org/mhochsteger/netgen
- https://anaconda.org/cad/netgen
…
-
Hi, guys
Following the guide from:
http://www.vmtk.org/tutorials/NetgenWay.html
The exported .stl geometry could not be read by NGSolve 6.2.
Any specific guide to export .stl format from vmt…
-
@shrdluk @looooo
Starting an issue to open up the discussion for how to proceed with CI/CD services for pyOCCT.
Some thoughts off the top of my head:
- Conda seems to be a natural choice, put…