LRsplines
LRsplines copied to clipboard
Locally Refined B-splines
Would it be possible to tag a release with 6b67bc5e83c29254003a73d0cd4638427daa20b5 and #49 ? I'm working on an easybuild config for IFEM and it would be cleaner to work with a...
When compiling with latest GoTools from Github I get the following error: ``` [ 18%] Building CXX object CMakeFiles/LRSpline.dir/src/Profiler.cpp.o In file included from /home/gemuend/IFEM/LRsplines/src/LRSplineSurface.cpp:1: /home/gemuend/IFEM/LRsplines/include/LRSpline/LRSplineSurface.h:27:8: error: redefinition of ‘struct Go::BasisDerivsSf3’...
The element reordering as it stands is currently optional, but the basisfunction reordering is forced. This is because any call to `LRSpline::generateIDs()` will overwrite the enumeration given by `LRSpline::renumberBasisfunctions()`. `generateIDs()`...
Context: I have 50 solutions, each with 204 patches, linear and quadratic. Of all these combinations, this bug reproduces only twice. I've attached the smallest of those two reproducing examples....
This is not sufficiently tested, so use at your own peril. But the structure and logic for max-T-joint logic is in place so you could have a look at it....
Implement `LRSpline.renumberBasisfunctions()` which gives a consistent basisfunctino enumeration which is independent of refinement order. Same topological mesh should produce identical element enumeration regardless of scaling or refinement order. This is...
Implement `LRSpline.renumberElements()` which gives a consistent element enumeration which is independent of refinement order. Same topological mesh should produce identical element enumeration regardless of scaling or refinement order.
This adds clang support and static analysis support to the build system. In general: You execute the tests by ``` ctest -C analyze|cppcheck|clang-check ``` analyze configuration executes both analyzers. To...
cmake .
Hey Kjetil, I cannot install LRsplines as I got followings bugs: CMake Error at CMakeLists.txt:15 (TARGET_COMPILE_FEATURES): Unknown CMake command "TARGET_COMPILE_FEATURES". -- Configuring incomplete, errors occurred! Best