-
There should be one place in the code where projection is handled. Furthermore it is probably enough to use shapelib for the shapes import and we do not need the full gdal package.
Migrated from http…
-
It is possible to give "dead_end" as type on node files (and it is written on plain output). The semantics should be that all connections on this node are removed. There is no test validating whether …
-
the minimum curve radii should be accessible to the car-follow model to implement driver-specific speed reduction.
Possible representation in .edg.xml input: as child-element of or .
The cheap al…
-
if stops are placed on a short edge they are shortened to the length of the edge.
However, in one case the edge has a length of 1.84m and the stop goes only to 1.69.
This causes default vehicle placem…
-
I am installing deal.II
```
spack install -j6 --only dependencies dealii@develop
```
and netgen 5.3.1 fails due to missing zlib.h
zlib is already installed by spack. But netgen does not seem to…
-
-
Hello again,
is there some way to have element attributes in MFEM when using PUMI meshes? I have looked in the source file of `mfem::ParPumiMesh` and saw that you just set the attribute to 1.
I…
-
@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…
-
@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…
-
Are the meshes from your tool guaranteed to generate Delaunay tetrahedra? Unfortunately the 3D meshes I have gotten from gmsh are not Delaunay. My finite volume simulator is getting bad results sinc…