Commit Graph
23 Commits
Author SHA1 Message Date
Andrew Ho 0b632bf3d4 Merge remote-tracking branch 'base/master' into hip-unit-tests 2025-04-04 11:39:35 -07:00
Will Pazner 337ad6b26d Merge remote-tracking branch 'origin/master' into hybridization-gpu
# Conflicts:
#	tests/unit/fem/test_bilinearform.cpp
2025-03-25 11:38:02 -07: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 3e769111c2 Update tests/unit/fem/test_bilinearform.cpp 2025-03-13 07:50:02 -07:00
Sohail Reddy 3d9df1ddf7 minor cosmetic changes 2025-03-04 16:11:44 -08:00
Sohail Reddy 5d3945e72e Added BilinearForm tag to unit test 2025-02-26 14:17:33 -08:00
Sohail Reddy a2fc578081 Fixed issue with printing BilinearForm and MixedBilinearForm 2025-02-26 14:13:26 -08:00
Will Pazner e797278779 Merge remote-tracking branch 'origin/master' into hybridization-gpu
# Conflicts:
#	fem/integ/bilininteg_mass_pa.cpp
#	tests/unit/fem/test_assembly_levels.cpp
2025-02-07 14:24:06 -08:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Will Pazner 94ae58fa83 Add BilinearForm::GetElementMatrices
Also add unit test
2024-06-11 17:11:07 -04:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -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
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Veselin Dobrev 74ea4dd642 Fix yet another bug in the unit test FormLinearSystem/SolutionScope:
the LinearForm was not assembled.
2021-05-01 20:16:55 -07:00
Veselin Dobrev 9c829ad1c8 In the unit test FormLinearSystem/SolutionScope, fix a bug in
the initialization of the solution and make sure it is performed
on host by using GridFunction::ProjectCoefficient.
2021-05-01 19:34:43 -07:00
Veselin Dobrev 5712978fa1 Add a simple utitility template function AsConst(), similar to
std::as_const() in c++17.

Fix the unit test "FormLinearSystem/SolutionScope" to work with
GPUs and use independent solution GridFunctions to test the
different AssemblyLevels.
2021-05-01 18:59:40 -07:00
Veselin Dobrev a7d2cc8773 Add a unit test for the issue with FormLinearSystem described in
GitHub issue #2193. The main goal is to test this on GPU.
2021-05-01 17:30:51 -07:00
Will Pazner 39e9406b99 Change deprecated mesh constructors in unit tests and miniapps 2021-02-17 14:32:06 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will Pazner 9d83eed55c Upgrade to Catch v2.13.0 from v1.6.1 2020-08-04 08:37:48 -07:00
Stowell, Mark L 46b7e7ddf1 make style 2020-04-03 11:32:38 -07:00
Stowell, Mark L 14b3173a38 Adding unit test to catch this error 2020-04-03 10:16:38 -07:00