-
Hi,
I would like to apply `Mesh.threshold()` to cell data, and simply passing `useCells=True` does not work. So I used Mesh.mapCellsToPoints() and it works (with `useCells=False`), but the resultin…
-
MWE using dolfinx:
```
from mpi4py import MPI
import vedo
import numpy as np
import dolfinx
import dolfinx.io
mesh = dolfinx.UnitCubeMesh(MPI.COMM_WORLD, 1, 1, 1, dolfinx.cpp.mesh.CellType.he…
-
Hi,
I am trying to install STEPS on Ubuntu-16.04-Cuda.
after using cmake -DBLAS_LIBRARIES=/home/cloud-user/amber/miniconda/lib/ -DLAPACK_LIBRARIES=/home/cloud-user/amber/miniconda/lib/ ..
I…
-
- [x] `bijective_composite_harmonic_mapping` (and `bijective_composite_harmonic_mapping_with_steps`) have a wierd assertion failure in igl for a matrix not being symmetric
- [ ] `circulation` missing…
-
Hi,
I'm having a little trouble creating surface meshes.
So far I've had good success with creating tet meshes using:
import meshpy.tet as tet
from meshpy.tet import MeshInfo
verts, faces= ma…
-
The example:
[diffusion](https://github.com/CNS-OIST/STEPS_Example/blob/master/user_manual/source/diffusion.ipynb)
needs to be updated since the python API in STEPS 3.5 changed
[steps 3.5 cha…
-
Hi,
I have a "part" which is multi-material. I have an .STL file for every material surface mesh and I would like to perform volume meshing and output the tetmesh for each material. I attached an i…
-
Hi, all,
I use openscad to generate geometry using stl file. But sometime the triagulation of CGAL is not perfect. Other cad tools can not handle it cause of some surface errors. I used tetWild to ge…
-
Hi,
Before all, thanks for developing this tetrahedralization tool.
Our issue is the following,
since after tetrahedralization (without filtering) input stays inside the bounding box, we need to…
-
Hello All,
I don't have an issue with scikit-fem so much as I have a general question of use.
I'd like to take a beam, constrain one end then displace the other end, but not just in translatio…