Stowell, Mark L
|
58021339c0
|
Merge remote-tracking branch 'origin/master' into l2-integral-support
# Conflicts:
# fem/gridfunc.cpp
|
2022-12-09 13:20:58 -08:00 |
|
Stowell, Mark L
|
81e38c3f54
|
Removing soon to be deprecated casts
|
2022-12-08 09:42:33 -08:00 |
|
Will Pazner
|
dcd8b0907f
|
Merge remote-tracking branch 'origin/master' into vector-remove-implicit-conversion
# Conflicts:
# CHANGELOG
# fem/fe/fe_nd.cpp
# fem/fe/fe_rt.cpp
|
2022-12-06 11:54:32 -08:00 |
|
Stowell, Mark L
|
a0bd50266c
|
Adding support for map type INTEGRAL in GridFunction::GetNodalValues
|
2022-11-29 16:28:02 -08:00 |
|
Veselin Dobrev
|
972a4c227e
|
Various simplifications, tweaks, and fixes
|
2022-11-19 14:18:43 -08:00 |
|
Tzanio Kolev
|
19e40fa95f
|
Typos
|
2022-10-21 15:00:47 -07:00 |
|
Ketan Mittal
|
80f8ba8d6c
|
fix merge conflict and bug
|
2022-10-03 22:37:39 -07:00 |
|
Will Pazner
|
f0d7789836
|
Merge remote-tracking branch 'origin/master' into vector-remove-implicit-conversion
|
2022-09-19 12:02:56 -07:00 |
|
Tzanio Kolev
|
ba01aecddc
|
Merge pull request #3066 from mfem/face-quadrature-space-coefficient
FaceQuadratureSpace
|
2022-09-16 16:59:28 -07:00 |
|
Will Pazner
|
5a455dd141
|
Deprecate Vector implicit conversion to double*
|
2022-09-06 13:05:38 -07:00 |
|
Ketan Mittal
|
aecde778ed
|
Merge branch 'master' of https://github.com/mfem/mfem into gridfunc-gettruevec-fix
|
2022-08-25 17:22:25 -07:00 |
|
Tzanio Kolev
|
448851a07e
|
Merge pull request #3039 from mfem/ComputeL2Errors
Compute l2 errors
|
2022-08-23 12:49:34 -07:00 |
|
Tzanio Kolev
|
30abb73143
|
Minor
|
2022-08-17 11:30:01 -07:00 |
|
Ketan Mittal
|
1595ab60f3
|
modify GetTrueVector behavior to SetTrueVector if t_vec does not already exists
|
2022-08-08 16:46:00 -07:00 |
|
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 |
|
Tzanio Kolev
|
a46cf91039
|
Fixed additional instances of implicit type conversion
|
2022-06-24 09:43:50 -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 |
|
Nabil Atallah
|
1054b851bc
|
typo in variable name
|
2022-06-04 21:46:35 -07:00 |
|
Nabil Atallah
|
c72d1d480a
|
fixed style
|
2022-06-04 21:41:35 -07:00 |
|
Nabil Atallah
|
eab6e008fd
|
uncommented weighting in ComputeLpError
|
2022-06-04 21:41:05 -07:00 |
|
Nabil Atallah
|
702d7286a2
|
fixed code style
|
2022-06-04 21:36:10 -07:00 |
|
Nabil Atallah
|
42b18ab365
|
made the pointer to the elems input variable const
|
2022-06-04 17:29:54 -07:00 |
|
Nabil Atallah
|
2aa3836fff
|
comments
|
2022-06-03 13:51:14 -07:00 |
|
Nabil Atallah
|
09e9433254
|
the ComputeL2Error function with &exactCoef as input and instead used the ComputeLpError function to avoid code duplication
|
2022-06-03 06:18:21 -07:00 |
|
Nabil Atallah
|
699f0831ea
|
fixed typo
|
2022-05-24 15:01:28 -07:00 |
|
Nabil Atallah
|
e91641abd4
|
instead of declaring 'double err' as a variable, renamed it to 'err_ip; in gridfunc.cpp since 'err' is already declared as a global variable
|
2022-05-24 14:57:36 -07:00 |
|
Nabil Atallah
|
874cfcbe7c
|
fixed some tabbing inconsistencies
|
2022-05-24 14:44:07 -07:00 |
|
Nabil Atallah
|
0e807fc154
|
conflicted files miniapps/shifted/makefile and fem/gridfunc.hpp
|
2022-05-24 14:25:31 -07:00 |
|
Nabil Atallah
|
f3d850a0be
|
removed commented functions
|
2022-05-24 13:59:22 -07:00 |
|
Nabil Atallah
|
9f3b533692
|
modified the ComputeL2Error by adding an element array so that the L2 error is only computed on those
|
2022-05-24 12:14:32 -07:00 |
|
Nabil Atallah
|
881dcb165c
|
modified the ComputeL2Error by adding an element array so that the L2 error is only computed on those
|
2022-05-17 12:14:42 -07:00 |
|
Keith
|
44eb240ecf
|
fixed rotation direction
|
2022-05-06 16:05:32 -07:00 |
|
Will Pazner
|
4518fae20e
|
Merge pull request #2931 from mfem/gridfunc-getcurl-bugfix-dev
Set curl size in GridFunction::GetCurl [gridfunc-getcurl-bugfix-dev]
|
2022-05-05 15:55:17 -07:00 |
|
Tzanio
|
b4be014db3
|
Merge branch 'master' into ProjectBdrCoeff-debug-fix
|
2022-04-09 15:48:30 -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 |
|
Mark L. Stowell
|
168b19fc49
|
Merge pull request #2815 from mfem/new_ZZ_PR
New ZZ error estimator: SERIAL VERSION
|
2022-04-05 09:58:36 -07:00 |
|
Will Pazner
|
fef477850e
|
Merge remote-tracking branch 'origin/master' into quadrature-function-coefficient
|
2022-03-31 16:49:55 -07:00 |
|
Socratis Petrides
|
2751645e0c
|
fix the debug check
|
2022-03-28 12:21:50 -07:00 |
|
Will Pazner
|
613c53d75a
|
Use Coefficient::Project instead of Coefficient::Eval
|
2022-03-25 10:49:39 -07:00 |
|
Will Pazner
|
916af0e415
|
Add Coefficient::Eval(QuadratureFunction&)
With specializations for ConstantCoefficient and GridFunctionCoefficient.
Also add versions for VectorCoefficient and MatrixCoefficient.
|
2022-03-25 10:13:41 -07:00 |
|
Tucker Babcock
|
6dd2a92396
|
add back line removed in c55950c that sets the size of the curl vector
|
2022-03-24 10:53:45 -06:00 |
|
Keith
|
6c1579e895
|
shadow variable removed
|
2022-03-23 15:45:17 -07:00 |
|
Will Pazner
|
7a5446a74c
|
Add QuadratureFunction::ProjectGridFunction
|
2022-03-14 21:30:27 -07:00 |
|
Tzanio
|
434c90fb14
|
Resolving LGTM errors
|
2022-03-14 19:48:56 -07:00 |
|
Will Pazner
|
3ad5b4e517
|
Silence unused variable warning with MFEM_CONTRACT_VAR
|
2022-03-14 19:23:14 -07:00 |
|
Will Pazner
|
6e6a0c8864
|
Add symmetric matrix storage to CoefficientVector
|
2022-03-14 17:31:36 -07:00 |
|
Will Pazner
|
be3a830a1b
|
Project coefficients onto QuadratureFunctions
|
2022-03-14 15:35:47 -07:00 |
|
Tzanio
|
accf20a2d0
|
Merge branch 'master' into mfem-4.4-dev
|
2022-03-14 10:40:14 -07:00 |
|
Veselin Dobrev
|
50cd7da165
|
Merge pull request #1989 from mfem/lo-dim-em-dev
Custom basis for 3D HCurl and HDiv in 1D or 2D [lo-dim-em-dev]
|
2022-03-11 11:58:59 -08:00 |
|