Commit Graph
58 Commits
Author SHA1 Message Date
Hugh Carson a0981cb363 Refactor test for showing equivalency of copy and move assignment 2026-01-27 14:15:08 -05:00
Hugh Carson 894de992da Move assignment of non-owned arrays must fallback to copy assignment 2026-01-27 14:01:23 -05:00
nbeams 27a60a4ca3 Change name of output variable in batched inverse unit test 2025-10-06 22:20:10 +00:00
nbeams b1d5104fed Add unit test for batched matrix inverse 2025-10-06 21:50:54 +00:00
Andrew Ho 8fbfdb19fe added general GPU and CUDA/HIP-specific unit tests
added gpu, raja-gpu, etc. for generic GPU device configuration
2025-03-24 13:23:43 -07:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Will Pazner 82b0035ba2 Add MultTranspose in batched linear algebra 2024-10-29 12:36:00 -07:00
Will Pazner 0ff7174de2 Add BatchedLinAlg::AddMult and related functionality 2024-07-08 13:17:08 -07:00
Will Pazner 194debfcc0 Test batched linear algebra with multiple right-hand sides 2024-07-08 13:17:08 -07:00
Will Pazner eae459cb15 Improve DenseTensor LinearSolve methods unit tests 2024-07-08 13:17:08 -07:00
Will Pazner bf79ef7f90 Initial framework for batched linear aglebra 2024-07-08 13:17:08 -07:00
Tzanio Kolev 9290acab48 Merge branch 'master' into 2x2_matrix_exponential 2024-05-11 08:43:51 -07:00
Veselin Dobrev 4d50a70982 Merge pull request #1951 from mfem/najlkin-pr14
Minor bugfixes and improvements
2024-04-28 16:13:44 -07:00
Jan Nikl 99fd93f9ae Added a unit test for AtB DenseMatrix multiplication. 2024-04-11 11:38:42 -07:00
Brendan Keith 7fe47a53d4 update calls to DenseMatrixSVD 2024-04-06 12:22:55 -04:00
Brendan Keith b0a3350622 added MatrixArrayVectorCoefficient clas 2024-04-05 17:40:59 -04:00
Brendan Keith 18bee592c4 move test out of #ifdef MFEM_USE_LAPACK 2024-04-05 12:38:35 -04:00
Brendan Keith 99db13a3c2 missing break; 2024-04-04 17:22:06 -04:00
Brendan Keith d453981d3c style 2024-04-04 16:09:13 -04:00
Brendan Keith 00bf53ed90 introduce the ExponentialMatrixCoefficient class 2024-04-04 15:48:32 -04:00
Dylan Copeland c009fb9bde Merge branch 'master' of github.com:mfem/mfem into float 2024-03-15 11:31:39 -07:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Dylan Copeland 90c13f0634 Fixing tests. 2023-07-31 18:44:53 -07:00
Dylan Copeland 6a09060d1a Merge branch 'master' of https://github.com/mfem/mfem into nurbsquad 2023-04-10 19:41:08 -07:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Dylan Copeland e8e6b1b159 Adding unit test for NNLS and an error message when insufficient integration points are used in NNLS. 2023-02-22 14:54:41 -08:00
luz paz 476c855bd7 Fix various typos
Found via `codespell -q 3 -L allright,ba,equil,esy,fo,hda,lod,nd,ned,numer,ot,pres,ro,seh,shat,solfes,strat,tbe,te,warmup`
2022-08-05 20:50:51 -04:00
Socratis Petrides edc25f3860 adding extra comments to the unit tests 2022-03-22 15:50:27 -07:00
Socratis Petrides 2b5b85596d resolving more conflicts 2022-03-14 10:27:53 -07:00
Socratis Petrides d98d8ea5ea resolving conflicts with master 2022-03-14 10:21:27 -07:00
Tzanio Kolev d6f752e6e0 Merge pull request #2844 from mfem/lapack-generalized-eig
Lapack generalized eigenvalue systems
2022-03-13 12:29:47 -07:00
Socratis Petrides 7c0de58f32 additional unit tests for Cholesky factors 2022-03-11 19:43:00 -08:00
Socratis Petrides b45424c2bb lapack get inverse matrix 2022-03-10 21:06:38 -08:00
Socratis Petrides 795e5b047a cholesky factors w/wo lapack 2022-03-09 20:01:21 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Socratis Petrides ec491dda4e minor 2022-02-20 14:48:50 -08:00
Socratis Petrides 52e79fb7de restructuring LAPACK preprocessor directives 2022-02-20 14:31:20 -08:00
Socratis Petrides 229c1da109 adding unit tests for LAPACK Generalized EigenSystem for GE matrices 2022-02-20 13:35:18 -08:00
Socratis Petrides 2bf1f0df14 adding unit tests for Generalized EigSystem and SVDs 2022-02-18 20:17:06 -08:00
Will Pazner 64d166a234 Minor 2021-06-09 17:03:19 -07:00
Will Pazner 2eeba0acfe Add unit test for DenseTensor copy 2021-06-09 16:56:25 -07:00
Tzanio Kolev 8f7fd31070 Merge pull request #2034 from mfem/init-list-containers-dev
List initialization for Array/Vector/DenseMatrix
2021-02-09 08:13:30 -08:00
Josh EssmanandWill Pazner 6e4879dd14 cleanup: apply suggestions from @pazner
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2021-02-04 08:16:08 -06:00
Josh Essman 4987516479 feat: add init-list constructors for matrix/vector plus tests 2021-02-02 16:58:22 -06:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will Pazner 4fee14d514 Merge branch 'master' into catch2 2020-08-04 21:05:59 -07:00
Will Pazner 9d83eed55c Upgrade to Catch v2.13.0 from v1.6.1 2020-08-04 08:37:48 -07:00
stefanhenneking da77e1abc9 Minor fix in unit test. 2020-07-25 18:33:16 -05:00
Tzanio efd5b9f019 minor 2020-06-12 18:05:23 -07:00
Arturo 53a8346c95 fix dtensor header 2020-06-02 22:16:16 -07:00