- 21 Oct, 2016 1 commit
-
-
Rajeev Jain authored
-
- 20 Oct, 2016 1 commit
-
-
Rajeev Jain authored
iGeom. also this is related to MeshKit commit - 1274870693875c7566a1db64210 o Remove old trac pages o Fix FBiGeom test cases.
-
- 17 Oct, 2016 2 commits
-
-
Iulian Grindeanu authored
-
Iulian Grindeanu authored
it lead to compile error when configured with cgns
-
- 14 Oct, 2016 1 commit
-
-
vijaysm authored
Several warning fixes for OSX/Clang
-
- 13 Oct, 2016 1 commit
-
-
vijaysm authored
Add support for Eigen library for Dense matrix/vector algebra in MOAB
-
- 12 Oct, 2016 2 commits
-
-
Rajeev Jain authored
condition is false [-Wsometimes-uninitialized]
-
Rajeev Jain authored
Merge branch 'iulian07/clang_osx_warnings' of https://bitbucket.org/fathomteam/moab into iulian07/clang_osx_warnings
-
- 11 Oct, 2016 14 commits
-
-
vijaysm authored
-
vijaysm authored
-
vijaysm authored
-
Iulian Grindeanu authored
use assert.h
-
vijaysm authored
-
Iulian Grindeanu authored
-
Iulian Grindeanu authored
-
vijaysm authored
-
Iulian Grindeanu authored
-
Iulian Grindeanu authored
force the user to specify if it is row based or column based it should avoid confusion OrientedBox class uses columns for default constructor, while Matrix3 is stored row-based
-
Iulian Grindeanu authored
there is another test/obb/obb_test.cpp in the obb test folder abd OBBTest.cpp was really testing just oriented box class, no actual test of the obb tree
-
vijaysm authored
Better support PGI compilers
-
vijaysm authored
Base class constructor needs template argument
-
Iulian Grindeanu authored
Matrix3 by default takes row vectors for constructor, you need to specify false if you need columns. To compare 2 different constructors for OrientedBox, supply the same input
-
- 07 Oct, 2016 2 commits
- 05 Oct, 2016 2 commits
-
-
Iulian Grindeanu authored
we should consider for machine arithmetic at least the precision we used when the partitioning was built instead of failing when the point is "above" the plane when something is > 0, we should check if it is greater than EPSILON
-
vijaysm authored
Update moab.make.in and iMesh-Defs to include additional include paths for direct build configuration of downstream packages
-
- 04 Oct, 2016 3 commits
- 30 Sep, 2016 1 commit
-
-
vijaysm authored
Remove verbose error outputs
-
- 29 Sep, 2016 2 commits
- 28 Sep, 2016 2 commits
-
-
Fathom authored
-
Iulian Grindeanu authored
-
- 27 Sep, 2016 6 commits
-
-
vijaysm authored
-
pshriwise authored
Updates to the Matrix3 CartVect constructor to maintain expected behavior for outside code. Internal calls to this constructor have been adjusted accordingly.
-
vijaysm authored
-
pshriwise authored
-
vijaysm authored
-
vijaysm authored
Add some pragmas to disable -Wshadow warnings from Eigen3; Also add transpose and transpose_inplace methods
-