Zachary Ferguson

Results 50 comments of Zachary Ferguson

Oh, thanks for letting me know! Maybe they should release a new version (the last one was Feb. 2022).

Dang, so close! ``` [ 59%] Building CXX object _deps/wildmeshing-toolkit-build/CMakeFiles/wildmeshing_toolkit.dir/src/wmtk/utils/InsertTriangleUtils.cpp.o In file included from /Users/zachary/.cache/CPM/wildmeshing-toolkit/a785d7e79c8a55035c3bcc3873c9730090efc95a/src/wmtk/utils/InsertTriangleUtils.cpp:3: In file included from /Users/zachary/.cache/CPM/libigl/3d08427119f752ef9c9358f32224f9bb34efd025/include/igl/remove_duplicate_vertices.h:55: /Users/zachary/.cache/CPM/libigl/3d08427119f752ef9c9358f32224f9bb34efd025/include/igl/predicates/../remove_duplicate_vertices.cpp:35:33: error: no member named 'all' in namespace 'Eigen' SV...

I don't think this issue was ever properly resolved. The commit linked does not fix the problem which is that the CMesh3D class sorts each of the cell's vertices by...

Actually even with an order-preserving duplicate removal, I still get inverted elements. I think it comes from the `for`-loop. It looks like it is creating a cell out of the...

Windows CMake fails with this error: ``` CMake Error at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Filesystem (missing: _found) Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) C:/Users/runneradmin/.cache/CPM/h5pp/9a95839ec50c29d5555bd20b5f1e69a49e850a6f/cmake/modules/FindFilesystem.cmake:251 (find_package_handle_standard_args)...

Small update: #22 added the thickness offset in the CCD.

* [ ] test if MR and Ogden can reduce to NH

You should not need to use an external fmt as it is bundled with spdlog (downloaded and compiled through cmake).

Debugging some more, I wanted to verify it would work for GCC on my mac. Using `g++-9 (Homebrew GCC 9.2.0_3) 9.2.0`, I still get the same rounding failure: ``` [0.7012920012119436,...

At this point, I have run it on five different machines: 1. macOS with Intel(R) Core(TM) i7-7567U CPU: **fail** 2. Ubuntu 19.10 with AMD EPYC 7452 32-Core Processor: **pass** 3....