Will Pazner
2905874bc0
Fix shadow warnings in ND and RT with MFEM_THREAD_SAFE
2022-12-29 14:53:35 -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
Veselin Dobrev
972a4c227e
Various simplifications, tweaks, and fixes
2022-11-19 14:18:43 -08:00
Will Pazner
4a1fc607ce
Fix bug when using IntegratedGLL basis in thread safe mode
2022-10-21 15:45:53 -07:00
Will Pazner
5a455dd141
Deprecate Vector implicit conversion to double*
2022-09-06 13:05:38 -07:00
Will Pazner
af02170c00
Bugfix: set ScaleIntegrated before calling Eval with IntegratedGLL basis
...
Because the Poly_1D::Basis1D are cached and shared between finite element
spaces/collections, the *same* Basis object can be used in finite elements with
different map types (e.g. VALUE, INTEGRAL, H_CURL, or H_DIV). This means that
setting ScaleIntegrated when the map type is set will not always give correct
results. To fix this, we need to make sure that ScaleIntegrated is set correctly
before every call to EvalIntegrated.
2022-04-15 11:33:31 -07:00
Stowell, Mark L
8c775bcb25
Reverting VectorFiniteElement constructor and overriding defaults in new classes only
2022-03-03 19:06:06 -08:00
Tzanio
27e4b547c4
Merge branch 'master' into lo-dim-em-dev
2022-03-01 17:48:01 -08:00
Stowell, Mark L
aa8c181706
Specifying vector and curl dimensions in new wedge elements
2022-02-28 09:55:40 -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
Stowell, Mark L
b2744cefef
Merge remote-tracking branch 'origin/master' into nd-prism-dev
...
# Conflicts:
# fem/doftrans.cpp
# fem/fe.cpp
# fem/fe.hpp
# fem/fe_coll.cpp
# tests/unit/CMakeLists.txt
2022-01-25 20:36:23 -08: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
Stowell, Mark L
eb0d3dd036
Adding changes from bugfix/thread-safe-dev
2021-08-17 19:37:56 -07:00
Stowell, Mark L
901eebd9e2
Merge remote-tracking branch 'origin/master' into fe-split-dev
...
# Conflicts:
# fem/fe.cpp
# fem/fe.hpp
2021-07-08 01:04:31 -07:00
Stowell, Mark L
2cffb578e2
Moving fe* files into subdirectory
2021-07-07 20:33:19 -07:00