Will Pazner
|
11b878612b
|
Use three-argument version of GetElementDofs…
…and related functions that return a pointer to an internal DofTransformation
object that may be invalidated unexpectedly.
|
2025-06-02 21:04:31 -07:00 |
|
camierjs
|
999d6e9e94
|
Merge branch 'master' into bltp
|
2025-02-04 12:53:53 -08:00 |
|
Tzanio Kolev
|
e4c2152419
|
Update Copyright to 2010-2025
|
2025-02-03 12:17:26 -08:00 |
|
camierjs
|
27c526578d
|
Use device vectors in solvers
|
2025-01-29 11:45:24 -08:00 |
|
Dylan Copeland
|
046a874cfb
|
Merge branch 'master' of github.com:mfem/mfem into float
|
2024-02-06 10:56:41 -08:00 |
|
Tzanio Kolev
|
87290fbf56
|
Update Copyright to 2010-2024
|
2024-01-27 13:06:49 -08:00 |
|
Tzanio Kolev
|
d983b34924
|
Renamed ftype -> real_t
|
2023-12-13 12:51:43 -08:00 |
|
Dylan Copeland
|
47e62a55f9
|
Merge branch 'master' of github.com:mfem/mfem into float
|
2023-11-09 21:38:06 -08:00 |
|
Will Pazner
|
9863bc5bd6
|
Change Mesh::GetBdrFace to Mesh::GetBdrElementFaceIndex
Deprecate Mesh::GetBdrFace.
|
2023-10-24 15:13:45 -07:00 |
|
Will Pazner
|
823eef1d9a
|
Deprecate Mesh::GetBdrElementEdgeIndex in favor of Mesh::GetBdrFace
|
2023-10-24 09:25:59 -07:00 |
|
Dylan Copeland
|
f106c03dd1
|
Generalized floating point type. So far, ex1 works for a serial build without lapack.
|
2023-10-09 14:19:25 -07:00 |
|
Andreas Schafelner
|
2e2f30b9df
|
Copy the pointers to the interior face integs.
|
2023-10-04 08:00:24 +02:00 |
|
Andreas Schafelner
|
a3e9ea0a66
|
Added copying the other marker arrays.
|
2023-09-13 11:15:18 +02:00 |
|
Veselin Dobrev
|
d1ef99f4cf
|
Merge branch 'master' into rt-face-restriction
Resolved conflicts:
CHANGELOG
|
2023-04-03 12:35:18 -07:00 |
|
Tzanio Kolev
|
96e00dc815
|
Updated COPYRIGHT to 2010-2023
|
2023-03-11 16:58:18 -08:00 |
|
Will Pazner
|
9732e4dc6f
|
Make SupportsDevice const
In both LinearFormIntegrator and LinearForm classes
|
2023-01-09 19:40:21 -08:00 |
|
Tzanio Kolev
|
a2ffa0af29
|
More typos
|
2022-10-21 15:45:29 -07:00 |
|
 Tzanio KolevandWill Pazner
|
8784555248
|
[SQUASH] Assembly levels for LinearForm (#3235)
* Assembly levels for LinearForm
* Typo
* Switched to Mesh::Update in methods like Mesh::SetNodes
* Update mesh/mesh.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
* Addressing Will's comments
* Update mesh/mesh.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
* Changes in linform-pa-fix after 10/14/22 meeting
* Update fem/linearform.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
* Update fem/linearform.hpp
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
* Some fixes from Will
* More fixes from Will
* Have LinearForm::Assemble check the value of fast_assembly
* Final reviewer comments for PR 3235
Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
|
2022-10-20 16:50:47 -07:00 |
|
Sebastian Grimberg
|
a6bfdf3ed1
|
Fix parallel hang in LinearForm::SupportsDevice
|
2022-10-18 12:03:41 -07:00 |
|
Will Pazner
|
621081b3a8
|
Merge pull request #3183 from mfem/yohann/fix-markers
Bugfix in `linearform`
|
2022-09-09 09:54:08 -07:00 |
|
Will Pazner
|
dc829768ad
|
Fix issues handling boundary elements and faces in LinearFormExtension
|
2022-09-07 11:23:33 -07:00 |
|
Yohann Dudouit
|
a3392192f2
|
Remove whitespace...
|
2022-08-31 16:55:32 -07:00 |
|
Yohann Dudouit
|
93a7fc37e2
|
Avoid using non-const array accessor.
|
2022-08-31 16:49:53 -07:00 |
|
Will Pazner
|
f7829f2fd8
|
Support boundary linear form integrators in LinearFormExtension
|
2022-08-12 10:48:50 -07:00 |
|
Will Pazner
|
e4d4a84ac8
|
Use UsesTensorBasis in check LinearForm::SupportsDevice
|
2022-07-30 12:35:17 -07:00 |
|
Will Pazner
|
295d5a0ac9
|
Support map type INTEGRAL in device DomainLFIntegrator
|
2022-06-16 12:18:37 -07:00 |
|
camierjs
|
afbc8502a7
|
Update LinearForm::SupportsDevice NURBS test
|
2022-04-25 14:29:23 -07:00 |
|
camierjs
|
fd436d528f
|
return false for NURBS meshs in LinearForm::SupportsDevice
|
2022-04-25 13:01:28 -07:00 |
|
camierjs
|
0bc4b6af4f
|
Address reviewer's comments.
|
2022-04-14 09:06:47 -07:00 |
|
camierjs
|
d630a0af59
|
Simplify
|
2022-04-04 13:03:35 -07:00 |
|
camierjs
|
7c02b2e1c2
|
ext fix
|
2022-04-03 11:59:09 -07:00 |
|
camierjs
|
dd51ae0ed6
|
Update fix for ex6
|
2022-04-03 11:07:33 -07:00 |
|
camierjs
|
6c4696d3ce
|
Warning fix
|
2022-04-01 17:03:25 -07:00 |
|
camierjs
|
c3112e22ab
|
Filter LinearForm on device
|
2022-04-01 16:59:38 -07:00 |
|
camierjs
|
e6ab1f64e0
|
Address reviewers comments
|
2022-04-01 14:44:48 -07:00 |
|
camierjs
|
2de7aabeef
|
Merge master in linext
|
2022-03-31 10:10:09 -07:00 |
|
Tzanio Kolev
|
dccaa399f6
|
Merge pull request #2648 from mfem/domain-marker-fix
Fix for linear/bilinear form domain integrators with markers
|
2022-03-16 20:07:00 -07:00 |
|
Tzanio
|
6d2530775b
|
Extended copyright to 2022
|
2022-02-25 10:24:50 -08:00 |
|
camierjs
|
5995b81a5c
|
Address reviewer's comments
|
2022-01-25 11:21:16 -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 |
|
Sebastian Grimberg
|
cac8a64804
|
Fix for linear/bilinear form domain integrators with markers
|
2021-12-20 10:30:47 -05:00 |
|
camierjs
|
cc0668cf81
|
Add support for linear form extension Update and use full assembly in example 6 and 6p.
|
2021-11-22 10:52:57 -08:00 |
|
camierjs
|
5e093c603b
|
Rename to FullLinearFormExtension
|
2021-11-09 15:49:31 -08:00 |
|
camierjs
|
ded6e7db3d
|
Cleanup
|
2021-11-09 15:27:18 -08:00 |
|
camierjs
|
4ecac81e45
|
First pass, but vdim VectorDomainLFGradIntegrator
|
2021-10-05 11:32:04 -07:00 |
|
camierjs
|
76f93e21f5
|
Update
|
2021-10-05 10:42:01 -07:00 |
|
camierjs
|
1ba9cd28bc
|
Initial linear form extension
|
2021-09-24 11:48:33 -07:00 |
|
Stowell, Mark L
|
9c97b6cca0
|
Merge remote-tracking branch 'origin/master' into no-tet-reorder-dev
# Conflicts:
# fem/bilinearform.cpp
# fem/linearform.cpp
|
2021-07-23 14:42:08 -07:00 |
|
Tzanio
|
cc9fda7d8f
|
Merge branch 'master' into form-linear-system-tweak
|
2021-07-15 18:29:13 -07:00 |
|