Commit Graph
82 Commits
Author SHA1 Message Date
Yohann Dudouit 7ebc606f16 Merge branch 'master' into yohann/libCEED-refactor 2022-04-11 11:52:58 -07:00
Yohann Dudouit 5adc33c8a5 Reorganize libCEED integration. 2022-03-31 17:18:06 -07:00
Will Pazner c2af0a21ec Fix shadow warnings in DiffusionIntegrator::AssemblePA 2022-03-14 12:26:47 -07:00
Will Pazner d8190472c6 Merge remote-tracking branch 'origin/master' into symmetric-matrix-coefficient
# Conflicts:
#	fem/bilininteg_diffusion_pa.cpp
#	fem/bilininteg_hcurl.cpp
2022-03-14 11:50:01 -07:00
camierjs bb5b308b0a Add default integration rules for test_assembly_levels and test_pa_kernels 2022-03-02 11:14:54 -08:00
camierjs 2d6e0584a6 Merge master in diffusion_pa_ker_revert 2022-03-01 12:01:05 -08:00
camierjs 91580de43a Revert syncs 2022-03-01 11:48:54 -08:00
camierjs bff8b7e295 Add unit tests with qorders 2022-03-01 11:33:24 -08:00
camierjs b98568cfb5 Fix bilininteg_diffusion_pa and upgrade tests/unit/fem/test_assembly_levels 2022-03-01 10:51:45 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Will Pazner 85c9e90caa Make SymmetricMatrixCoefficient inherit from MatrixCoefficient 2022-02-17 13:13:00 -08:00
Stowell, Mark L 24de1b367a Fixing shadow variables in pa related classes 2021-12-23 16:34:48 -08:00
Tom Stitt 2efaaaaffa remove added blank lines 2021-11-03 17:07:12 -07:00
Tom Stitt 70422ccf14 switch threading order 2021-11-03 17:04:57 -07:00
Tom Stitt 716df18263 Merge remote-tracking branch 'origin/master' into diffusion-kernel-dev 2021-11-03 16:23:50 -07:00
Tom Stitt 2558593206 threads in z; seems like ~10% faster on v100... 2021-11-02 17:19:22 -07:00
Tom Stitt 4056c529a1 additional template instances 2021-10-19 15:06:15 -07:00
Adrien M. Bernede f4dbd3743d Applying Astyle 3.1 2021-09-03 12:14:24 -07:00
Tom Stitt 4b7bdcf2a6 better names and add comments 2021-06-04 10:03:42 -07:00
Tom Stitt 576ea151b8 cleanup 2021-06-01 13:46:32 -07:00
Tom Stitt 5bf9900353 Add SetTempMemoryType methods to make it easier to use a custom memory type for large allocations in TMOP 2021-06-01 13:39:03 -07:00
Veselin Dobrev ae9cbd33ed Formatting edits. 2021-02-04 21:12:25 -08:00
Yohann Dudouit ab7ebe5556 Merge branch 'master' into yohann/ceed-convection 2021-02-03 16:52:26 -08:00
Yohann Dudouit 36225982b7 Rename libceed folder to ceed. 2021-02-02 10:14:48 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Yohann 152a5845ca Merge branch 'master' into yohann/ceed-convection 2021-01-21 12:48:12 -08:00
Yohann Dudouit 9d3a4ba0ab Add a ceed namespace. 2021-01-21 12:33:21 -08:00
Yohann Dudouit 04676ad0ac Check that diffusion is not used with symMat coeff. 2021-01-06 13:56:24 -08:00
Yohann a6939d3cc9 Merge branch 'master' into yohann/ceed-convection 2021-01-06 13:51:43 -08:00
Yohann Dudouit 34aa11fde1 Make MFEMCeedOperator inherit from Operator.- Rename Mult to AddMult- Add Mult method 2021-01-06 13:47:58 -08:00
Yohann Dudouit c8cce331bc make style 2021-01-06 13:47:58 -08:00
Yohann Dudouit abbd9ffd4a make some style. 2021-01-06 13:47:58 -08:00
Yohann Dudouit 94c5d65d91 Fix CeedMassIntegrator. 2021-01-06 13:47:58 -08:00
Yohann Dudouit e2e5d5fc80 V0 of the refactored libCEED. 2021-01-06 13:47:58 -08:00
Will Pazner b6ea922b35 Add AddMultTransposePA for (symmetric) mass and diffusion 2020-12-22 17:02:31 -08:00
Dylan Copeland a5d5c1ba32 Eliminating EvalSymmetric from MatrixCoefficient and replacing with usage of SymmetricMatrixCoefficient. 2020-11-03 17:02:28 -08:00
Yohann Dudouit 94dfb80751 Remove SetupPA from DiffusionIntegrator. 2020-10-08 09:38:02 -07:00
Yohann 459a463105 Merge branch 'master' into yohann/test-ceed 2020-10-08 09:26:31 -07:00
Yohann b71345dab6 Merge branch 'master' into yohann/test-ceed 2020-09-21 10:04:08 -07:00
Dylan Copeland 72e8c7771a Merge branch 'master' of github.com:mfem/mfem into matdiffpa 2020-09-18 10:17:08 -07:00
Yohann Dudouit f01e45dfde Merge branch 'yohann/ceed-mf' into yohann/test-ceed 2020-09-09 14:39:31 -07:00
Dylan Copeland 2a5fcacbb1 Merge branch 'master' of github.com:mfem/mfem into pacurlsmem 2020-09-08 18:28:53 -07:00
Yohann Dudouit 9cd90ff055 Merge branch 'yohann/vec-mass-diff' into yohann/test-ceed 2020-09-01 16:16:41 -07:00
Yohann Dudouit 1fd8fff49f Move the #ifdef MFEM_USE_CEED logic inside ceed files. 2020-09-01 11:16:51 -07:00
Yohann Dudouit 65e9fcbc2d Merge remote-tracking branch 'origin/master' into yohann/ceed-mf 2020-08-31 15:00:38 -07:00
Yohann Dudouit 7b5f176765 Refactor Ceed Setup in mass_pa and diffusion_pa 2020-08-31 09:51:44 -07:00
Dylan Copeland 2b82976ba9 Merge branch 'master' of github.com:mfem/mfem into matdiffpa 2020-08-24 13:05:27 -07:00
Dylan CopelandandStefan Henneking 7d756f6016 Remove newline.
Co-authored-by: Stefan Henneking <stefan.henneking@gmail.com>
2020-08-23 13:15:44 -07:00
Yohann Dudouit a176fb2d52 Add support for all scalar coefficient types. 2020-08-21 11:30:22 -07:00
Dylan Copeland c7006c63f1 Merge branch 'master' of github.com:mfem/mfem into pacurlsmem 2020-08-14 14:19:32 -07:00