Socratis Petrides
818041228c
fix MixedCurlIntegrator
2022-11-21 20:34:13 -08:00
Socratis Petrides
28d9f4ba5b
minor
2022-09-16 15:44:52 -07:00
Socratis Petrides
c1ec08f5c0
addressing reviewer's comments
2022-09-06 15:55:17 -07:00
Socratis Petrides
8b4546a758
fix assert
2022-09-06 15:55:17 -07:00
Socratis Petrides
b959fdd961
remove empty lines
2022-09-06 15:55:17 -07:00
Socratis Petrides
4dee85fc93
fix sign in NormalTraceJump
2022-09-06 15:55:16 -07:00
Socratis Petrides
8c70106578
AssembleElementMatrix2 for DivDivIntegrator
2022-09-06 15:55:16 -07:00
Socratis Petrides
8fc8bbcfea
AssembleElementMatrix2 for CurlCurlIntegrator
2022-09-06 15:55:16 -07:00
Socratis Petrides
af4798341f
adding MixedCurlInitegrator
2022-09-06 15:55:16 -07:00
Will Pazner
11375da69a
Support map type INTEGRAL for the test space in VectorFEDivergenceIntegrator
2022-04-15 11:54:20 -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
Tzanio
e266fd75cf
Merge branch 'master' into symmetric-matrix-coefficient
2022-03-23 10:26:16 -07:00
Stowell, Mark L
8a0987d76e
Adding checks which ensure the integration loop can succeed
2022-03-15 14:27:47 -07:00
Will Pazner
d8190472c6
Merge remote-tracking branch 'origin/master' into symmetric-matrix-coefficient
...
# Conflicts:
# fem/bilininteg_diffusion_pa.cpp
# fem/bilininteg_hcurl.cpp
2022-03-14 11:50:01 -07:00
Stowell, Mark L
16c183df36
Adding a few missed vdim vs spaceDim instances
2022-03-08 15:20:05 -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
Stowell, Mark L
5fa73ccc17
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# fem/bilininteg.cpp
# fem/fe/fe_base.hpp
# fem/fe/fe_nd.cpp
# fem/fe/fe_nd.hpp
# fem/fe/fe_rt.cpp
# fem/fe/fe_rt.hpp
2022-02-28 09:49:07 -08:00
Tzanio
6d2530775b
Extended copyright to 2022
2022-02-25 10:24:50 -08:00
Will Pazner
85c9e90caa
Make SymmetricMatrixCoefficient inherit from MatrixCoefficient
2022-02-17 13:13:00 -08:00
Keith
b5e9cb878c
ZZ files from previous branch
2022-02-08 11:55:28 -08:00
Stowell, Mark L
453d51d358
Incorporating changes suggested by @pazner
2022-01-12 10:29:43 -08:00
Stowell, Mark L
00622b78fc
Fixing shadow variables in fem classes
2021-12-23 16:32:09 -08:00
Stowell, Mark L
60f5eecb6c
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# .gitignore
# examples/CMakeLists.txt
# examples/makefile
2021-11-09 08:37:54 -08:00
Tzanio Kolev
bf616ac6ec
Merge pull request #2493 from mfem/vqfluxfix
...
Bug fix for DiffusionIntegrator
2021-10-29 08:17:55 -07:00
Stowell, Mark L
4c25cfb50b
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# fem/fe.cpp
# fem/fe.hpp
# fem/gridfunc.cpp
# tests/unit/fem/test_lin_interp.cpp
2021-10-04 11:44:27 -07:00
Dylan Copeland
3c82571b68
Small comment.
2021-09-03 09:55:32 -07:00
Dylan Copeland
3388160761
Fixing some unsupported coefficients in ComputeFluxEnergy.
2021-09-02 21:25:49 -07:00
Dylan Copeland
08715a83cf
Fixing with_coef logic in flux calculation.
2021-08-28 12:54:47 -07:00
Dylan Copeland
4aaa441d70
Fixing a bug in DiffusionIntegrator in the case of a vector (diagonal matrix) coefficient.
2021-08-27 15:40:21 -07:00
Stowell, Mark L
d6e27ad0e8
Adding missing variables when MFEM_THREAD_SAFE is ON
2021-08-17 19:30:52 -07:00
Stowell, Mark L
b1727831bc
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# fem/fe.cpp
2021-07-24 09:42:06 -07:00
Syun'ichi Shiraiwa
f8dae2249f
changef size of array
2021-07-12 16:46:08 -04:00
Stowell, Mark L
81392a988b
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
2021-06-29 16:18:15 -07:00
Will Pazner
1017da8f51
Add SetIntRule for SumIntegrator, LumpedIntegrator and InverseIntegrator
2021-06-15 11:47:43 -07:00
Will Pazner
dde5c2a230
Allow changing the integration rule of TransposeIntegrator
...
Changed NonlinearFormIntegrator::SetIntRule to be virtual, so derived
classes (like TransposeIntegrator) can implement custom behavior.
Changed NonlinearFormIntegrator::SetIntegrationRule to call SetIntRule.
Added TransposeIntegrator::SetIntRule which in turn calls SetIntRule on
the wrapped BilinearFormIntegrator.
2021-06-15 10:07:19 -07:00
Stowell, Mark L
46456a122e
Renaming GetCDim to GetCurlDim
2021-06-10 15:55:57 -07:00
Stowell, Mark L
d4a11d59ec
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# fem/fe.cpp
# fem/fe.hpp
2021-05-19 09:33:51 -07:00
Veselin Dobrev
294386f08c
A few small changes.
2021-05-05 19:08:24 -07:00
Stowell, Mark L
481c6e2c2c
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# examples/makefile
2021-05-05 18:55:47 -07:00
Stowell, Mark L
a794917770
Fixing issues found during @dylan-copeland's review
2021-04-29 20:36:19 -07:00
Tzanio
6dac5bbc30
Merge branch 'master' into fix_embeded_diffusion_matrix_coeff2
...
Conflicts:
examples/CMakeLists.txt
examples/makefile
2021-04-20 06:45:37 -07:00
Stowell, Mark L
9fe0a69eeb
Changes to DiffusionIntegrator
2021-04-10 16:41:45 -07:00
Stowell, Mark L
157dbc7c33
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
...
# Conflicts:
# examples/makefile
# tests/unit/fem/test_2d_bilininteg.cpp
# tests/unit/fem/test_lin_interp.cpp
2021-04-07 11:26:48 -07:00
Syun'ichi Shiraiwa
0afe1bcd1f
fixed trailing white space
2021-03-28 13:27:01 -04:00
Syun'ichi Shiraiwa
bb75b5c077
fixed a missing spaceDim definition
2021-03-28 13:19:50 -04:00
Syun'ichi Shiraiwa
709e367a32
added two assertions which Veselin pointed out
2021-03-28 12:50:34 -04:00
Syun'ichi Shiraiwa
134c3b6c7f
added a DenseMatrix with proper size
2021-03-23 18:01:15 -04:00
Veselin Dobrev
19dd7990d6
Merge pull request #1995 from mfem/l2-integral-dev
...
Expanding unit tests to include L2 basis with MapType INTEGRAL [l2-integral-dev]
2021-03-16 11:09:27 -07:00
Stowell, Mark L
2a2f450bd8
Merge remote-tracking branch 'origin/master' into lo-dim-em-dev
2021-02-09 14:07:17 -08:00