Sebastian Grimberg
|
35b1d71507
|
Merge branch 'master' into sjg/multigrid-mult-rhs
|
2022-09-29 12:34:46 -04:00 |
|
Yohann
|
d31979c02e
|
Add InPlace to methods doing "in place" computations.
|
2022-09-12 17:12:23 +02:00 |
|
Sebastian Grimberg
|
4ffe3ef158
|
Fix shadowed names, abiguous cases, and make style
|
2022-07-14 15:52:25 -07:00 |
|
Yohann Dudouit
|
4415519d6f
|
More early exit for RAJA.
|
2022-07-12 16:02:34 -07:00 |
|
Yohann Dudouit
|
9f35e0cb4f
|
Add early return for RAJA.
|
2022-07-12 15:14:05 -07:00 |
|
Yohann Dudouit
|
d0bf03c14b
|
Remove dead code.
|
2022-07-11 14:20:06 -07:00 |
|
Yohann Dudouit
|
5bf8eb6a40
|
Fix const AddMultTranspose.
|
2022-07-11 12:32:27 -07:00 |
|
Yohann Dudouit
|
d920c963ff
|
Minor.
|
2022-07-11 12:05:04 -07:00 |
|
Yohann Dudouit
|
2be47e2a36
|
Fix face index.
|
2022-07-11 11:59:50 -07:00 |
|
Yohann Dudouit
|
4f7a819f40
|
Optimize ParNCH1FaceRestriction.
|
2022-07-11 11:51:46 -07:00 |
|
Yohann Dudouit
|
3bc6f7402e
|
Propagate new algorithm to ParNCL2FaceRestriction.
|
2022-07-11 11:12:25 -07:00 |
|
Tzanio Kolev
|
5308d285f7
|
Merge pull request #2855 from mfem/copyright-2022
Extended copyright to 2022
|
2022-03-01 07:41:29 -08:00 |
|
Yohann Dudouit
|
5de22c21f9
|
Add early return when nf==0.
|
2022-02-25 17:54:47 -08:00 |
|
Tzanio
|
6d2530775b
|
Extended copyright to 2022
|
2022-02-25 10:24:50 -08:00 |
|
Stowell, Mark L
|
4736553365
|
Fixing new shadowed variables in face restriction classes
|
2022-02-18 09:57:28 -08:00 |
|
Yohann Dudouit
|
33a015aede
|
non-conforming -> nonconforming.
|
2022-02-08 14:04:20 -08:00 |
|
Yohann Dudouit
|
6ed2314eec
|
NonConforming -> Nonconforming.
|
2022-02-08 13:57:43 -08:00 |
|
Yohann Dudouit
|
01caa8dcb7
|
Remove unsused methods.
|
2022-02-07 16:50:43 -08:00 |
|
Yohann Dudouit
|
a78d206931
|
NonConforming -> Nonconforming
|
2022-02-03 09:24:38 -08:00 |
|
Yohann Dudouit
|
0bc28bca46
|
Fix new struct.
|
2022-02-02 10:06:44 -08:00 |
|
Yohann Dudouit
|
df528c10f1
|
Apply Will's suggestions:
- Conforming -> Coincident
- Coarse -> Superset
- Fine -> Subset
- Shared -> FaceNbr
|
2022-02-01 12:57:04 -08:00 |
|
Yohann Dudouit
|
4404a4dbca
|
Replace coarse-fine and fine-coarse with coarse and fine.
|
2022-02-01 10:19:03 -08:00 |
|
Yohann Dudouit
|
cf4acf95a6
|
Fix semantic of GhostSlave faces.
|
2022-02-01 10:14:38 -08:00 |
|
Yohann Dudouit
|
b7d7338dca
|
Draft for second proposal for FaceInformation
|
2022-01-31 16:24:54 -08:00 |
|
Yohann Dudouit
|
0eb0d82bda
|
Remove Elem1 from function names in favor of CoarseFine and FineCoarse.
|
2022-01-24 17:39:19 -08:00 |
|
Yohann Dudouit
|
5e03149861
|
Make function names more explicit.
|
2022-01-19 20:59:13 -08:00 |
|
Veselin Dobrev
|
f640103e26
|
Merge branch 'yohann/pa-dg-ncmesh' into yohann/shared-master-slave
|
2022-01-19 15:37:15 -08:00 |
|
Yohann Dudouit
|
88695cefff
|
Refactor FaceInformation to associate location and conformity to both elem1 and elem2.
|
2022-01-19 11:13:41 -08:00 |
|
Veselin Dobrev
|
27c4f22338
|
Small tweaks in the code and the documentation.
|
2022-01-18 19:48:38 -08:00 |
|
Yohann Dudouit
|
70fba19635
|
Invert shared non-conforming slave and master.
|
2022-01-14 12:13:34 -08:00 |
|
Yohann Dudouit
|
f54842b6a7
|
Use int variables to avoid comparison between signed and unsigned integers.
|
2021-12-14 12:13:43 -08:00 |
|
Yohann Dudouit
|
2214f65e20
|
Simplify InterpConfig based on @samuelpmishLLNL feedback.
|
2021-12-14 11:59:39 -08:00 |
|
Yohann Dudouit
|
f64c3175c6
|
Have ParNCL2FaceRestriction inherit from both NCL2FaceRestriction and ParL2FaceRestriction.
|
2021-12-10 17:40:00 -08:00 |
|
Yohann Dudouit
|
63d2303a48
|
Add documentation.
|
2021-12-10 16:51:01 -08:00 |
|
Yohann Dudouit
|
01322ef72f
|
Fix ParNCL2FaceRestriction::AddMultTranspose
|
2021-12-10 14:14:05 -08:00 |
|
Yohann Dudouit
|
f811da79e4
|
Move verifications in CheckFESpace methods.
|
2021-12-10 14:05:30 -08:00 |
|
Yohann Dudouit
|
c37a187f9d
|
Redesign protected constructor.
|
2021-12-10 10:53:02 -08:00 |
|
Yohann Dudouit
|
d02545cc3e
|
Initial refactor removing duplicated code in Mult and AddMultTranspose.
|
2021-12-09 15:56:08 -08:00 |
|
Yohann Dudouit
|
8bee3a173d
|
Fix AddMultTranspose
|
2021-11-11 10:51:38 -08:00 |
|
Yohann Dudouit
|
dd77aa8eb7
|
More dofs->dof_values.
|
2021-10-07 15:14:57 -07:00 |
|
Yohann Dudouit
|
e0cac54513
|
Rename dofValue->dof_value, nextOffset->next_offset, dofIn->dof_in, dofOut->dof_out.
|
2021-10-07 15:10:26 -07:00 |
|
Yohann Dudouit
|
0ce2bc6275
|
Rename nd to nface_dofs.
|
2021-10-07 14:56:54 -07:00 |
|
Yohann Dudouit
|
b15998374d
|
Rename offsets -> gather_offsets.
|
2021-10-06 16:27:52 -07:00 |
|
Yohann Dudouit
|
0bcbc0235a
|
Rename dof to face_dofs.
|
2021-10-06 16:18:44 -07:00 |
|
Yohann Dudouit
|
9b5f87398c
|
Remove unused protected methods and simplify code.
|
2021-10-06 14:35:47 -07:00 |
|
Yohann Dudouit
|
05ed290c34
|
Take into account the native ordering of H1 for the interpolator.
Always use PermuteAndSet for Elem2.
|
2021-10-06 14:18:48 -07:00 |
|
Yohann Dudouit
|
80a59acf5f
|
Fix a bug in InterpConfig.
|
2021-10-05 20:00:51 -07:00 |
|
Yohann Dudouit
|
45c7ce02f8
|
Fix ParNCL2FaceRestriction.
|
2021-10-05 12:20:36 -07:00 |
|
Yohann Dudouit
|
ede2efd9c3
|
Improve documentation.
|
2021-10-01 16:07:08 -07:00 |
|
Yohann Dudouit
|
ba27c951d1
|
Use temporary vector to interpolate.
|
2021-09-20 11:08:33 -07:00 |
|