Commit Graph
27 Commits
Author SHA1 Message Date
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
Will Pazner 15b64f364e Use compressed CoefficientVector storage where supported 2022-03-14 19:12:25 -07:00
Will Pazner 79b7cb7032 Use CoefficientVector in the PA integrators 2022-03-14 17:31:07 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Stowell, Mark L 24de1b367a Fixing shadow variables in pa related classes 2021-12-23 16:34:48 -08:00
Tzanio Kolev d87da5fb84 Merge pull request #2270 from mfem/pa-coeffs-nonconstant
Allows partial assembly with nonconstant scalar coefficients for Gradient and VectorDiffusion integrators [pa-coeffs-nonconstant]
2021-06-14 08:35:26 -07:00
Steve Mattis 9b8bd47947 Update docstring 2021-05-24 20:32:12 -04:00
Steve Mattis 6c135abecc Fixes shapes for quadratures 2021-05-24 16:54:13 -04:00
root d7af0b265f Fixes bugs 2021-05-21 00:41:58 +00:00
root dffe6ff34a Fixes reshaping and beautifies. 2021-05-21 00:31:07 +00:00
Aaron Fisher e758c37691 Removed nearly all leading underscores for variable names. Every once in a while one of these will confilct with standard libraries in an oddball compiler and it's best to just avoid this problem alltogether. 2021-05-10 16:06:51 -07:00
Steve Mattis a250079153 PA for nonconsant scalars working 2021-05-05 19:49:06 -04:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Dylan Copeland 17142d2b36 Cleaned up some things. Added order 1 test for PA gradient interpolator. Made some optimizations for the GradientInterpolator PA kernels. 2020-09-15 21:07:31 -07:00
Andrew T. Barker 685f274044 WIP: start thinking about orientations of Nedelec dofs 2020-06-26 10:12:01 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Tzanio 25e67d568d Renamed areColumnsSorted() to ColumsAreSorted(). Small comments and typos. 2020-01-21 17:49:58 -08:00
Julian Andrej 0933afb3be Added general description of PA kernels 2019-12-20 15:57:39 -08:00
Julian Andrej 2231d7a894 Update error messsages 2019-12-13 11:54:06 -08:00
Tzanio 5ad2b30fc2 make style 2019-12-06 14:25:27 -08:00
Julian Andrej 40c3c76742 removed placeholders 2019-12-03 11:07:55 -08:00
Julian Andrej 8eff8e133f correct function signature 2019-11-19 17:05:41 -08:00
Julian Andrej 6ac0949886 added shared memory kernels 2019-11-19 16:59:54 -08:00
Julian Andrej c84af9586d first step picking hunks for rectangular operators 2019-11-18 16:49:44 -08:00