Commit Graph
61 Commits
Author SHA1 Message Date
Veselin Dobrev ae478a45cd Fix memory leak 2025-04-03 07:09:12 -07:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Arturo Vargas 323cd8a2ae clean up 2024-10-28 22:25:09 -07:00
Arturo Vargas cbb95d2a8e clean up pass and driver config 2024-10-28 22:08:51 -07:00
Arturo Vargas 1767d82a92 drivers 2024-10-28 21:54:05 -07:00
Arturo Vargas 4c33502069 remove error checking and introduce ea switch 2024-10-28 21:01:31 -07:00
Arturo Vargas e822520d5d revert back to master version 2024-09-15 15:11:23 -07:00
Arturo Vargas 6d4f7570ad add timers to parallel driver 2024-09-15 15:07:46 -07:00
Arturo Vargas 5d27d4c77f add timers to driver 2024-09-13 10:54:45 -07:00
Arturo Vargas e8a7f2136a build fixes and add helper methods 2024-09-13 10:01:44 -07:00
Arturo Vargas 96860ce2a6 Merge branch 'master' into device-ho-lor-H1 2024-09-11 10:25:56 -07:00
john bowen c8644c4b13 Reorder args 2024-08-12 15:56:29 -07:00
john bowen 0c12c9298b Make visport user configurable for miniapps 2024-08-12 13:01:37 -07:00
Arturo Vargas 4abe31b237 clean up example 2024-07-29 17:00:31 -07:00
Arturo Vargas 2c723d8a21 fixup example 2024-07-29 16:56:40 -07:00
Arturo Vargas 9a742299b5 clean up code and fix error checking bug 2024-07-29 16:49:25 -07:00
Christine Tseng 72a520df8b clean up style, clean out unnecessary files 2024-07-18 13:57:17 -07:00
Christine Tseng 423edcc540 make style 2024-07-18 13:11:32 -07:00
Christine Tseng 8bbf7a87c2 cleaned for intuitive naming; coeff set default to nullptr 2024-07-16 13:17:08 -07:00
Christine Tseng 7aa36f82d9 added H1Space device Restriction Operator class 2024-07-03 15:49:05 -07:00
Christine Tseng 1c655cbdc5 Added preconditioner for H1Space Device prolongation operator - significant reductions to CGsolver iterations 2024-07-02 14:52:50 -07:00
Christine Tseng 170ebdc372 Added H1Space Device Prolong and Prolong Transpose 2024-07-01 16:45:46 -07:00
Christine Tseng b2c45912f7 added preliminary set up of P operator 2024-06-28 16:17:06 -07:00
Christine Tseng b758c68930 added H1 MultTranspose; cleaned up classes; R is ready for merge 2024-06-27 13:36:32 -07:00
Christine Tseng 5067891393 Added QuadCoeffFunc on inv(lumped M_L) and mixed mass element assembly for device 2024-06-27 12:15:28 -07:00
Christine Tseng f0e9b0b55f Added DeviceMult for H1 Space, missing QuadCoeffFunction ability on lumped(inv M_L) 2024-06-25 16:22:09 -07:00
Christine Tseng acd07bc6bd added QuadratureFunctionCoefficient; examples of coefficient implementation in lor-transfer.cpp driver 2024-06-18 10:32:35 -07:00
Christine Tseng 6a21cb7eba added QuadratureFunctionCoefficient for weighted integrals 2024-06-18 09:59:51 -07:00
Arturo Vargas 3137379e1d clean up pass 2024-05-06 10:16:13 -07:00
Arturo Vargas 1b1d9ca272 clean up pass 2024-03-19 10:52:05 -07: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 686756d73f Generalized the remaining miniapps, except gslib. 2023-11-09 14:39:59 -08:00
Will Pazner 472f2b83d2 Small changes to dual vector transfer in lor-transfer miniapps 2023-08-09 11:22:45 -07:00
Will Pazner 32432c2c19 Revert "add amr option to lor-transfer"
This reverts commit 3e1a24c35c.
2023-08-09 11:16:43 -07:00
Eric B. Chin 3e1a24c35c add amr option to lor-transfer 2023-08-08 14:49:26 -07:00
Will Pazner cddbd24df3 Simplify mass computation in lor-transfer miniapps 2023-08-07 13:26:24 -07:00
Eric B. Chin 2aa15a7ef0 address review comments 2023-07-13 17:54:33 -07:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Will Pazner f271e9d549 Allow construction of L2ProjectionGridTransfer::ForwardOperator even when the LOR space is small
Resolves issue #2429.
2023-01-28 16:28:11 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
EB Chin 9e8d69b8e5 small bugfixes, added comments, broke up SetTolerance into 2 functions 2021-06-11 15:33:46 -07:00
EB Chin 5095d095f5 initial reorg of L2ProjectionGridTransfer 2021-06-05 00:25:11 -07:00
EB Chin d42bce9c40 updated from make style 2021-05-07 18:41:01 -07:00
EB Chin 4bb0c6d653 added L2ProjectionH1GridTransfer to do L2 projection on H1 FE spaces 2021-05-07 14:50:55 -07:00
Will Pazner 7ca42551c6 Disable dual transfer when using pointwise interpolation in lor-transfer miniapp 2021-04-15 13:22:29 -07:00
Will Pazner d396dabcd8 Merge remote-tracking branch 'origin/master' into transfer-dual-field 2021-04-05 15:35:23 -07:00
Will Pazner ce8ae52c09 Minor changes to lor-transfer miniapp 2021-03-26 11:31:40 -07:00
Will Pazner 157a10c255 Preliminary implementation of dual vector LOR transfer 2021-02-18 20:52:43 -08:00