Commit Graph
126 Commits
Author SHA1 Message Date
Andrew Ho 6915a8c6f3 change DomainLFIntegrator to use kernel dispatch 2025-07-15 19:01:30 -07:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
David Kamensky 56bc30fa75 Changing const pointer arguments to Integrator::Get(Default)IntegrationRule to const references. 2025-01-17 13:23:40 -07:00
David Kamensky 5bcba26e08 Additional minor changes requested during review. 2025-01-03 12:49:25 -07:00
David Kamensky ca48beb934 Adding integrator base class to unify quadrature rule selection. 2024-12-12 09:30:58 -07:00
Jan Nikl 171346b20f Changed double to real_t in VectorFEBoundaryNormalLFIntegrator and VectorFEBoundaryFluxIntegrator. 2024-05-20 09:44:37 -07:00
Jan Nikl cb6b94d9d9 Merge branch 'master' into najlkin/mixed-face-forms 2024-05-09 09:44:15 -07:00
Jan Nikl 1b7f20af7f Added VectorFEBoundaryNormalLFIntegrator for integrating (f.n, v.n). 2024-02-08 14:31:47 -08:00
Dylan Copeland 046a874cfb Merge branch 'master' of github.com:mfem/mfem into float 2024-02-06 10:56:41 -08:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Dylan Copeland 1c037bf476 Merge branch 'master' of github.com:mfem/mfem into float 2024-01-16 12:17:04 -08:00
Tzanio Kolev d983b34924 Renamed ftype -> real_t 2023-12-13 12:51:43 -08:00
stefanhenneking d07e541f5c Fix VectorDomainLFIntegrator when MapType is INTEGRAL. 2023-11-22 16:12:20 -06:00
Dylan Copeland 47e62a55f9 Merge branch 'master' of github.com:mfem/mfem into float 2023-11-09 21:38:06 -08:00
Will Pazner 85484ed1fc Merge pull request #3731 from mfem/bugfix-boundary-integrator
fix a bug that occurs when interpolating values from the boundary
2023-11-06 08:54:55 -08:00
Dylan Copeland f106c03dd1 Generalized floating point type. So far, ex1 works for a serial build without lapack. 2023-10-09 14:19:25 -07:00
Sebastian Grimberg ba0f9bba88 Rename GetInterpDim -> GetRangeDim 2023-09-12 10:55:42 -07:00
Sebastian Grimberg a2557a37b2 Rename FiniteElementCollection::GetVDim (and FiniteElement::GetVDim) to GetInterpDim to avoid conflict with FiniteElementSpace::GetVDim 2023-09-11 12:03:11 -07:00
Julian Andrej 9e0970016f fix a bug that occurs when interpolating values from the boundary 2023-06-14 12:52:12 -07:00
Sebastian Grimberg 8c44526211 Add LinearFormIntegrator and NonlinearFormIntegrators to reorganization 2023-04-10 16:35:03 -07:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Veselin Dobrev 972a4c227e Various simplifications, tweaks, and fixes 2022-11-19 14:18:43 -08:00
Will Pazner f0d7789836 Merge remote-tracking branch 'origin/master' into vector-remove-implicit-conversion 2022-09-19 12:02:56 -07:00
Will Pazner 5a455dd141 Deprecate Vector implicit conversion to double* 2022-09-06 13:05:38 -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
Will Pazner acf9b51fe9 Prototype for FaceQuadratureSpace and FaceQuadratureFunction 2022-04-20 12:07:46 -07:00
camierjs b56e78eab2 Merge master in linext 2022-04-19 08:42:39 -07:00
Tzanio 675bf237df Small rearagenement 2022-04-17 16:27:46 -07:00
camierjs 0bc4b6af4f Address reviewer's comments. 2022-04-14 09:06:47 -07:00
camierjs d630a0af59 Simplify 2022-04-04 13:03:35 -07:00
camierjs dd51ae0ed6 Update fix for ex6 2022-04-03 11:07:33 -07:00
camierjs e6ab1f64e0 Address reviewers comments 2022-04-01 14:44:48 -07:00
camierjs 2de7aabeef Merge master in linext 2022-03-31 10:10:09 -07:00
Socratis Petrides d6bf54123e resolving conflicts 2022-03-14 11:00:09 -07:00
Socratis Petrides 3013cc7934 merging with densemat-cholesky 2022-03-10 17:10:39 -08:00
Socratis Petrides 1e337cb26c saving chol factors in white noice integ 2022-03-10 16:49:57 -08:00
Keith 32cdde53c6 remove fespace argument from white noise RHS 2022-03-09 12:03:57 -08:00
Socratis Petrides f83600e738 adding cholesky factors
spatial white noise in serial
2022-03-09 12:02:39 -08:00
Stowell, Mark L fa8be935c9 Using max of space dim and new vector dim to fix support for ND and RT on surfaces 2022-03-04 13:55:38 -08:00
Tzanio 27e4b547c4 Merge branch 'master' into lo-dim-em-dev 2022-03-01 17:48:01 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
camierjs 38f66281d7 mfem_error to MFEM_ABORT and contract variables in lininteg.cpp 2022-01-27 15:41:45 -08:00
camierjs 806ebf7713 Back to vdim fix 2021-11-17 13:18:10 -08:00
camierjs eed250bfee Add markers to the tests 2021-11-17 11:46:16 -08:00
camierjs 647b400508 Revert change line in fem/lininteg.cpp 2021-11-13 12:35:17 -08:00
camierjs 5e093c603b Rename to FullLinearFormExtension 2021-11-09 15:49:31 -08:00
camierjs ded6e7db3d Cleanup 2021-11-09 15:27:18 -08:00
camierjs 67af62e17b Propagate VectorDomainLFGradIntegrator to device kernels 2021-11-05 18:27:48 -07:00
camierjs 64d4e31db1 Test & pass vector domain grad 2021-10-08 11:45:57 -07:00
camierjs 3c01497e5f Vdim fix for VectorDomainLF 2021-10-08 09:13:33 -07:00