Commit Graph
12 Commits
Author SHA1 Message Date
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
camierjs dce372389b Merge master in forall 2023-03-24 07:52:56 -07:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
camierjs 5f6fd83301 Adjust extended lambdas comment and style 2023-02-17 10:40:48 -08:00
camierjs 018d5cfb8b Debugging lambdas in mfem::forall 2023-02-08 15:03:34 -08:00
Will Pazner 77b0c66af9 Remove some TODOs 2022-04-13 10:14:25 -07:00
Will Pazner 3fd43ef9ed Batched LOR: use Array<int> instead of DenseMatrix for edge and face maps 2022-03-29 22:00:23 -07:00
Will Pazner 402de26457 Batched LOR: refactor
Instead of the specialized classes (H1, ND, RT) for batched LOR assembly being
derived from the abstract base class BatchedLORAssembly, they are instead
independent.

BatchedLORAssembly is now a concrete class, and it dispatches to the specialized
classes in BatchedLORAssembly::AssemblyKernel.

This is intended to reduce duplication and allow for the reuse of the
BatchedLORAssembly object
2022-03-29 21:59:51 -07:00
Will Pazner b13852c1b2 Batched LOR ADS: assemble discrete curl matrix 2022-03-29 12:05:58 -07:00
Will Pazner b2f8bcdd9c Batched LOR: refactor AMS and ADS classes 2022-03-28 20:47:02 -07:00
Will Pazner 3de3d8f083 Batched LOR: stub out ADS class 2022-03-28 17:41:33 -07:00