-
**Submitting author:** @schuhmaj (Jonas Schuhmacher)
**Repository:** https://github.com/esa/polyhedral-gravity-model
**Branch with paper.md** (empty if default branch): main
**Version:** v2.1.0
**Edit…
-
| | |
| --- | --- |
| Bugzilla Link | [45617](https://llvm.org/bz45617) |
| Version | 10.0 |
| OS | Windows XP |
| CC | @DougGregor,@zygoloid |
## Extended Description
Attached repro case fails to…
-
# Windows
- [x] `CGAL/Installation/internal/enable_third_party_libraries.h(30): fatal error C1021: invalid preprocessor command 'warning'` [[0](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.…
-
The named parameter `edge_size` is not documented as if it could accept a sizing field. It is used in this context in `mesh_polyhedral_domain_with_features_sizing.cpp`. Would it make sense to document…
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
Hi,
I work in scientific computations and one of my projects deals with level-set based immersed boundary finite element analysis. This requires the following:
- definition of a surface implici…
-
I have trouble picking faces of polyhedral mesh, the log shows that my polyhedral mesh has 0 face, but actually it does have 1 face. I create the polyhedral mesh in this way:
auto v0 = mes…
-
### Describe the bug, what's wrong, and what you expected.
Trying to plot a cell with a non-planar face throws a `ValueError`:
```
>>> get_cell(cellid).plot()
Traceback (most recent call last):
…
-
I am using CGAL 5.5.1 to generate block mesh inside complex geometry. I already have the code for generating the mesh but it seems that most of the functions in Mesh_3 class have been deprecated in th…
-
Currently we assume it to be not rotating, should change!
First question: How? -> Do we rotate the mesh? Probably not because it's an operation on each mesh point. So instead rotate the point when…