Commit Graph
9 Commits
Author SHA1 Message Date
Will Pazner 100caf5200 Support general coefficient types in batched LOR 2022-09-16 20:43:09 -07:00
Will Pazner aeee49d65e Batched LOR: make specialized kernels inherit from BatchedLORKernel 2022-03-30 09:42:07 -07:00
Will Pazner eda8bbcf92 Batched LOR: use Array<int> instead of DenseMatrix for sparse map 2022-03-29 21:59:51 -07:00
Will Pazner 8a8affcd14 Batched LOR: factor out Jacobian computations 2022-03-29 21:59:51 -07:00
Will Pazner f40e0f321e Batched LOR: factor out LOR vertices in 3D 2022-03-29 21:59:51 -07:00
Will Pazner baa3d16022 Batched LOR: factor out LOR vertices in 2D 2022-03-29 21:59:51 -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 f28cd10c7b Batched LOR: RT in 3D 2022-03-25 22:25:13 -07:00
Will Pazner 9f514fea16 Batched LOR: RT in 2D 2022-03-25 17:34:39 -07:00