Commit Graph
97 Commits
Author SHA1 Message Date
Will Pazner 80f963e77f Merge remote-tracking branch 'origin/master' into face-quadrature-space-coefficient
# Conflicts:
#	fem/fespace.hpp
2022-08-02 17:14:06 -07:00
Will Pazner 2991036c44 Merge remote-tracking branch 'origin/master' into face-quadrature-space-coefficient
# Conflicts:
#	fem/bilininteg_vectorfe.cpp
#	tests/unit/fem/test_pa_coeff.cpp
2022-07-14 12:54:59 -07:00
Tzanio Kolev 9dc2495906 Merge branch 'master' into yohann/mixed-mesh 2022-07-12 08:09:50 -07:00
Will Pazner 9495bf51dd Merge remote-tracking branch 'origin/hdivpa' into smem-hdiv-mass
# Conflicts:
#	fem/bilininteg_vectorfe.cpp
2022-06-16 16:43:33 -07:00
Will Pazner 325f27176d Merge remote-tracking branch 'origin/master' into face-quadrature-space-coefficient
# Conflicts:
#	fem/bilininteg_convection_pa.cpp
#	fem/bilininteg_diffusion_pa.cpp
#	fem/bilininteg_mass_pa.cpp
#	fem/bilininteg_vecdiffusion.cpp
2022-06-10 13:19:19 -07:00
Yohann Dudouit 5218ea2649 Support variable polynomial order. 2022-06-06 14:08:56 -07:00
Yohann Dudouit 881d0be80a Merge remote-tracking branch 'origin/master' into yohann/mixed-mesh 2022-06-02 14:24:02 -07:00
Dylan Copeland 244719c39c Generalized coefficient support for H(div) mass integrator, with unit tests. 2022-05-23 16:43:54 -07:00
Yohann Dudouit 7ebc606f16 Merge branch 'master' into yohann/libCEED-refactor 2022-04-11 11:52:58 -07:00
Yohann Dudouit 2530418b8c Switch between MixedPA and PA. 2022-04-05 17:30:57 -07:00
Will Pazner 7d503a3dc9 Merge branch 'quadrature-function-coefficient' into face-quadrature-space-coefficient
# Conflicts:
#	fem/fespace.cpp
#	fem/fespace.hpp
#	fem/gridfunc.cpp
#	fem/gridfunc.hpp
2022-04-05 15:52:08 -07:00
Will Pazner 4e658ee85e Move QuadratureSpace and QuadratureFunction to their own files 2022-04-05 12:44:24 -07:00
Yohann Dudouit 4e1e6531f3 Add mixed mesh support for DiffusionIntegrator. 2022-04-04 12:18:09 -07:00
Yohann Dudouit 5adc33c8a5 Reorganize libCEED integration. 2022-03-31 17:18:06 -07:00
Will Pazner 339972daa0 Simplify CoefficientVector interface 2022-03-14 20:37:22 -07:00
Will Pazner 6e6a0c8864 Add symmetric matrix storage to CoefficientVector 2022-03-14 17:31:36 -07:00
Will Pazner 79b7cb7032 Use CoefficientVector in the PA integrators 2022-03-14 17:31:07 -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