- Nov 05, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
- Nov 04, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
Added format dependent test for the setElement function. This is format dependent, because setElement won't work without setting rowLengths.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Added TODOs to implement rowPointer test for setCompressedRowLengths and setDimensions test functions.
-
Lukas Cejka authored
-
Lukas Cejka authored
assuming that getRowLength() works correctly and doesn't need to be tested.
-
Lukas Cejka authored
Added test for setDimensions function. This test is correct assuming that getRows() and getColumns() work correctly and don't need to be tested.
-
Lukas Cejka authored
Divided testGetType into separate functions, one for Host and one for CUDA, to avoid non-CUDA systems having difficulties.
-
- Nov 03, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
Was using EXPECT_STREQ, instead of EXPECT_EQ.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Create the testGetType and its corresponding gtest.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Edited formatting in SparseMatrxTest.h
-
- Nov 02, 2018
-
-
Lukas Cejka authored
Initial import of .cpp .cu .h files for the new test.
-
Lukas Cejka authored
Reformatted testCopyAssignment and testConversion to work with SCOPED_TRACE.
-
Lukas Cejka authored
Renamed different tested and copied matrices in the testCopyAssignment and testConversion functions.
-
Lukas Cejka authored
Set appropriate row lengths in the setup of the Uneven Row Size matrix.
-
- Oct 31, 2018
-
-
Lukas Cejka authored
Added setup and check for UnevenRowSizeMatrix of size 10x6. Commented out their use in the testCopyAssigment and testConversion functions.
-
Lukas Cejka authored
Cleaned up the testCopyAssignment and testConversion functions to enable clean use of the the Anti Tri Diag Matrix setup and check.
-
- Oct 29, 2018
-
-
Lukas Cejka authored
Changed the name of "setupMatrix" to "setupTriDiagMatrix". Added a setup and check for the AntiTrigDiagMatrix. Commented out the TriDiagMatrix setups and checks in order to verify the validity of the new AntiTriDiagMatrix.
-
- Oct 16, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
It does not have any effect on recent builds and we explicitly set -march=native -mtune=native later in the file.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Distributed linear solvers See merge request mmg/tnl-dev!8
-
- Oct 06, 2018
-
-
Jakub Klinkovský authored
-