Commit Graph
331 Commits
Author SHA1 Message Date
Stowell, Mark L 5b32039d2e Removing temporary debugging code 2023-08-30 14:44:08 -07:00
Stowell, Mark L 59b354a22c Merge remote-tracking branch 'origin/master' into dh-sheath-bc-dev
# Conflicts:
#	doc/CodeDocumentation.dox
#	makefile
2023-08-29 19:27:03 -07:00
migliore b6fb2b181b Updates all files. 2023-08-21 11:22:37 -04:00
Hugh Carson 1c25aeb978 Change auto to DofTransformation 2023-04-19 09:59:04 -04:00
hughcars 9f5d4740c2 Merge branch 'master' into hughcars/l2zzestimator-bug-fix 2023-04-17 08:57:30 -04:00
Ketan Mittal eed32e52db resolve conflicts 2023-03-28 14:21:54 -07:00
Tzanio Kolev 96c2fc6463 Merge branch 'master' into hughcars/l2zzestimator-bug-fix 2023-03-27 08:27:56 -07:00
Vladimir Z Tomov e10a991272 CountZones - made it virtual, changed the name.
other minor edits.
2023-03-26 12:28:13 -07:00
Hugh Carson e1ece74a73 Fix bug with missing DofTransformations. Also fix bug in L2ZZErrorEstimator adding element vectors rather than setting subvectors 2023-03-15 16:59:33 -04:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Tzanio Kolev e110cd4554 Merge branch 'master' into parGF-grad 2023-02-09 20:40:38 -08:00
Ketan Mittal 445ffbe037 merge with master, resolve conflict, and make style 2022-12-14 09:27:02 -08:00
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
Ketan Mittal 77f958695b some optimizations and fix node count in serial/parallel for weight of surface fitting term 2022-12-07 11:10:42 -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
Vladimir Z Tomov f4f6ab0f56 Merge branch 'master' into parGF-grad 2022-10-31 16:04:05 -07:00
Tzanio Kolev 19e40fa95f Typos 2022-10-21 15:00:47 -07:00
Vladimir Z Tomov 9db0863ba9 GetGradients and GetVectorGraient on share faces. 2022-10-13 17:12:17 -07:00
Ketan Mittal 80f8ba8d6c fix merge conflict and bug 2022-10-03 22:37:39 -07:00
Ketan Mittal 4ccf6d31ad Merge branch 'master' of https://github.com/mfem/mfem into tmop-bif 2022-09-20 09:40:59 -06:00
Ketan Mittal 153dc6aeac make style and parameterize some components 2022-09-20 09:40:45 -06: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 84a43d74e6 add weighting for surface fitting terms 2022-08-28 07:59:51 -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