Tzanio Kolev
|
759987ef31
|
Merge pull request #1931 from mfem/test-lin-interp-dev
Broadening support for linear interpolators [test-lin-interp-dev]
|
2021-01-12 15:58:25 -08:00 |
|
Veselin Dobrev
|
3d946569a1
|
Merge pull request #1829 from mfem/face-nbr-fix
Fix GridFunction::GetGradient for face neighbor elements
|
2020-12-30 15:28:17 -08:00 |
|
Veselin Dobrev
|
73ff58db37
|
Merge branch 'master' into kelly-error-indicator-dev
|
2020-12-09 22:12:51 -08:00 |
|
Will Pazner
|
a5806ea9eb
|
Rename GridFunction::GetElementDofs to GridFunction::GetElementDofValues
|
2020-12-09 10:22:55 -08:00 |
|
Stowell, Mark L
|
83c9d7289a
|
Adding FiniteElement::INTEGRAL support to GridFunction::GetVectorValues
|
2020-12-08 15:08:44 -08:00 |
|
Stowell, Mark L
|
0bbbc43ebf
|
Adding FiniteElement::INTEGRAL support to GridFunction::GetValues
|
2020-12-08 15:07:45 -08:00 |
|
Will Pazner
|
906e82f099
|
Merge remote-tracking branch 'origin/master' into face-nbr-fix
|
2020-11-30 13:12:47 -08:00 |
|
Veselin Dobrev
|
ffc0a9ee7d
|
Merge pull request #1873 from mfem/QuadratureFunction_size-fix
Quadrature function size fix
|
2020-11-18 13:15:43 -08:00 |
|
termi-official
|
8bd7b14714
|
Fix global error computation for the ZZ error estimator in parallel.
|
2020-11-13 00:12:02 +01:00 |
|
Veselin Dobrev
|
0239bd42c0
|
Merge branch 'master' into jump-error
|
2020-11-10 16:53:37 -08:00 |
|
Gauthier Folzan
|
a12bc35350
|
Fix the size in the assertion
|
2020-11-10 15:51:33 +01:00 |
|
Tzanio
|
a344b2051f
|
Changes in the fem/ directory before the mfem-4.2 release
|
2020-10-24 20:07:10 -07:00 |
|
Will Pazner
|
ba6d89b4cc
|
Fix GridFunction::GetGradient for face neighbor elements
Try to make some GridFunction and FiniteElementSpace functionality a
bit more general/automatic when working with face neighbors.
|
2020-10-20 18:08:13 -07:00 |
|
Will Pazner
|
72b919e633
|
Remove unused variable
|
2020-10-08 12:29:42 -07:00 |
|
Will Pazner
|
a6bac0be4c
|
Formatting
|
2020-10-07 09:39:42 -07:00 |
|
Will Pazner
|
374d71f68c
|
Minor
|
2020-09-22 13:30:12 -07:00 |
|
Will Pazner
|
7a29a36c78
|
Add JumpScaling option to ComputeDGFaceJumpError
|
2020-09-21 14:59:02 -07:00 |
|
Tzanio Kolev
|
1cf578ea0b
|
Merge pull request #1649 from mfem/nc-init-dev
On the fly NC mesh initialization [nc-init-dev]
|
2020-09-06 18:55:35 -07:00 |
|
Tzanio
|
7e283304a3
|
Merge branch 'master' into convergence-dev
|
2020-09-01 14:38:56 -07:00 |
|
Jakub Červený
|
13f5a48fa4
|
radial-nc: added mesh curvature
|
2020-07-22 19:39:51 +02:00 |
|
stefanhenneking
|
7009af9ecc
|
Simplifying MakeRef functions.
|
2020-07-14 19:21:54 -05:00 |
|
psocratis
|
3e6e5a3685
|
Added comments in [p]gridfunction and clean up
|
2020-07-13 17:13:34 -07:00 |
|
psocratis
|
dd2f0140f3
|
combined all examples into 1 : rates.cpp, ratesp.cpp
|
2020-07-12 19:04:18 -07:00 |
|
psocratis
|
e93a91d5f6
|
clean up
|
2020-07-10 19:43:06 -07:00 |
|
psocratis
|
90ecd5fc1b
|
Added DG example
|
2020-07-08 13:35:28 -07:00 |
|
psocratis
|
19fac7ee7c
|
make style
|
2020-07-07 19:03:56 -07:00 |
|
psocratis
|
3625d1cdb8
|
Merge branch 'master' into convergence-dev
|
2020-07-07 19:02:57 -07:00 |
|
Stowell, Mark L
|
e6beb268e7
|
Supporting INTEGRAL map type in GridFunction::GetVectorValue
|
2020-06-29 20:02:40 -07:00 |
|
Stowell, Mark L
|
011b035540
|
Supporting INTEGRAL map type in GridFunction::GetValue
|
2020-06-29 20:02:07 -07:00 |
|
psocratis
|
69e1c83478
|
Added Conv_rates to convergence and diffusion example. Removed ComputeEnergyError from gridFuncion class. Added energy error estimates to Convergence Class
|
2020-06-29 17:49:54 -07:00 |
|
psocratis
|
a8f9fcc65c
|
Clean up in ComputeEnergyError
|
2020-06-26 17:38:48 -07:00 |
|
psocratis
|
d79302db6b
|
Added ComputeCurlError method for GridFunction (serial)
|
2020-06-24 19:41:47 -07:00 |
|
psocratis
|
4568e35898
|
Added ComputeDivError method in GridFunction (for serial)
|
2020-06-24 18:09:52 -07:00 |
|
Veselin Dobrev
|
126e75048c
|
Merge branch 'master' into gf-getgradient-dev
|
2020-06-22 14:15:58 -07:00 |
|
Stowell, Mark L
|
f7aa1d9972
|
Adding FaceElementTransformations::SetAllIntPoints method
|
2020-06-19 15:32:50 -07:00 |
|
Veselin Dobrev
|
6604ba702c
|
WIP: debugging and bugfix for the issue with hybridization on 2D
nonconforming meshes, see issue #1105 on github.
|
2020-06-16 21:09:48 -07:00 |
|
Veselin Dobrev
|
bf62d2923c
|
Small code simplification.
|
2020-06-15 20:54:17 -07:00 |
|
Tzanio Kolev
|
c8118c532a
|
Merge branch 'master' into gf-getgradient-dev
|
2020-06-09 07:28:36 -07:00 |
|
Stowell, Mark L
|
b542fcd25b
|
Clarifying comment in GetDivergence
|
2020-06-08 12:44:15 -07:00 |
|
Stowell, Mark L
|
ac1bc5f2ab
|
Clarifying comment
|
2020-06-08 12:40:31 -07:00 |
|
Tzanio Kolev
|
261fd7adcd
|
Merge pull request #919 from mfem/builddoftoarrays-dev
Automatically call BuildDofToArrays() in certain ProjectCoefficient() signatures [builddoftoarrays-dev]
|
2020-05-21 08:01:06 -07:00 |
|
Stowell, Mark L
|
552971d35f
|
make style
|
2020-05-20 14:24:38 -07:00 |
|
Stowell, Mark L
|
5d5f35af69
|
Removing unnecessary local variable
|
2020-05-20 14:24:16 -07:00 |
|
Stowell, Mark L
|
73f9540674
|
Merge remote-tracking branch 'origin/master' into gf-getgradient-dev
# Conflicts:
# tests/unit/fem/test_get_value.cpp
|
2020-05-20 14:06:28 -07:00 |
|
Tzanio Kolev
|
cc49757166
|
Merge branch 'master' into gf-getvalue-dev
|
2020-05-19 10:34:14 -07:00 |
|
Tzanio
|
100cae1158
|
minor
|
2020-05-19 10:30:47 -07:00 |
|
Stowell, Mark L
|
ada4fcca83
|
Moving field continuity enum to FiniteElementCollection
|
2020-05-06 14:52:48 -07:00 |
|
Stowell, Mark L
|
0a6113d497
|
Adding EDGE and FACE cases to GetValue and GetVectorValue for continuous fields
|
2020-05-06 13:44:46 -07:00 |
|
Stowell, Mark L
|
e3665d6cd1
|
Removing ActiveSide concept and simplifying the logic in GetGrad, GetVecGrad, GetDiv, and GetCurl
|
2020-04-30 10:45:57 -07:00 |
|
Stowell, Mark L
|
3a4c82c960
|
Merge remote-tracking branch 'origin/gf-getvalue-dev' into gf-getgradient-dev
# Conflicts:
# fem/eltrans.hpp
|
2020-04-30 10:04:37 -07:00 |
|