- Aug 20, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 16, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implemented Array:containsOnlyValue. Restored implementation of ArrayOperations::memoryCompare on host.
-
- Aug 13, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implemented a method Array::checkValue which returns true only if there is an element with given value in the array.
-
- Aug 06, 2018
-
-
Jakub Klinkovský authored
I don't understand how it could work on the small grids...
-
- Aug 05, 2018
-
-
Jakub Klinkovský authored
Refactoring See merge request mmg/tnl-dev!3
-
- Jul 11, 2018
-
-
Jakub Klinkovský authored
-
- Jul 08, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Content moved to src/Python/__init__.py.in
-
Jakub Klinkovský authored
RAII is a thing :-P
-
Jakub Klinkovský authored
New tests are in src/UnitTests/Containers/
-
Jakub Klinkovský authored
New tests are in src/UnitTests/Containers/Multimaps/
-
Jakub Klinkovský authored
The Host class was combining too many things...
-
Jakub Klinkovský authored
It actually does not affect anything...
-
Jakub Klinkovský authored
-
- Jul 07, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Why do problems have this method anyway? It was obviously never used...
-
Jakub Klinkovský authored
When type traits for the "double-float" or "double-double" types are needed, they should be added as specializations of the std::numeric_limits template in some of the TNL header files.
-
Jakub Klinkovský authored
There were 2 problems: - it does not belong into a numerical library - the approach with hardcoded escape codes is not portable even on Linux There are separate libraries which solve both of these issues much more nicely, they should be used instead.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
It is not used in current code, it was used only in some legacy benchmarks.
-
- Jul 03, 2018
-
-
Jakub Klinkovský authored
-
- Jul 02, 2018
-
-
Jakub Klinkovský authored
-
- May 07, 2018
-
-
Jakub Klinkovský authored
-
- May 04, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
* origin/mesh: (251 commits) Updated CMakeLists.txt files for meshes Added missing __cuda_callable__ flag to MeshEntity Fixed comparison between signed and unsigned Optimizing mesh initializer, replaced EntitySeedKey with EntitySeedHash Added timer to MeshReaderTest Fixed SubentityAccessLayer Fixed typo in mesh StorageLayer Removed checkCells method from the mesh initializer Switched static functions to inline Fixed comparison between signed and unsigned Fixed constness of reader in MeshTypeResolver Renamed VTKEntityType to EntityShape Renamed MeshConfigBase to DefaultConfig Removed static asserts from MeshConfigBase Fixed internal linkage of functions in VTKEntityType.h Added specialization of getEntityMeasure for quadrilaterals Simplified and generalized the getEntityCenter function Added getEntityCenter and getEntityMeasure functions Removed unused methods Removed GlobalIndexType and LocalIndexType from the public interface of MeshEntityTraits ...
-
Jakub Klinkovský authored
* master: Documentation.
-