Commit Graph
19 Commits
Author SHA1 Message Date
stefanhenneking 5c1f9b64af Removing faulty initialization of the solution vector. 2020-07-16 13:24:55 -05:00
Stefan HennekingandWill Pazner 61be39191a Apply suggestions from code review
minor

Co-authored-by: Will Pazner <11493037+pazner@users.noreply.github.com>
2020-07-15 11:50:13 -05:00
stefanhenneking 8e8868e4a0 Simplifying ex22 and correcting preconditioner diag policy. 2020-07-08 12:35:39 -05:00
stefanhenneking 3e6889145e Adding assembly level member function to par-/sesquilinear form. 2020-07-08 10:13:46 -05:00
stefanhenneking bc795fc99a Adding PA option to example ex22. 2020-06-19 16:18:49 -05:00
Petrides 29bb2b7d18 Merge branch 'ex22-preconditioner-fix' of https://github.com/mfem/mfem into ex22-preconditioner-fix 2020-02-27 13:35:56 -08:00
Petrides 937554aded fixed issue with BCs 2020-02-27 13:35:15 -08:00
Veselin Dobrev d02b46018c Add newlines at the end of ex22.cpp and ex22p.cpp 2020-02-26 18:46:22 -08:00
Petrides 364ae55882 Introduced sign change in the preconditioners 2020-02-25 14:32:13 -08:00
Stowell, Mark L 9d3482ebf3 Replacing return 0 at end of main 2020-01-15 16:59:11 -08:00
Stowell, Mark L a74458bee8 Deleting preconditioners 2020-01-14 19:59:36 -08:00
Stowell, Mark L a34f8feaa7 Initialize solution vector 2020-01-14 19:53:23 -08:00
Stowell, Mark L 3eb8852e5e Objects create on the heap do not destruct before return statement 2020-01-14 19:48:53 -08:00
Tzanio a356c75fdb Final adjustments 2019-12-27 18:00:27 -08:00
Stowell, Mark L cdf787a54f Fixing compiler warnings 2019-12-24 11:02:53 -08:00
Stowell, Mark L d2ecffd6d5 Adding a block diagonal preconditioner in the serial example to improve solver performance 2019-12-18 10:32:11 -08:00
Stowell, Mark L 2cb0a0e5f1 Using more descriptive window titles 2019-12-05 00:33:52 -08:00
Stowell, Mark L 25fc017cee Renumbering complex examples as ex22 2019-08-21 17:00:20 -07:00
Veselin Dobrev 2ae23b17d2 Added parallel version of example 22.
Enhanced class VectorMassIntegrator to support user specified
number of components using the new method SetVDim().

Tweaked the function L2ZZErrorEstimator() to support flux spaces
with any number of components; this is only supported when the
smooth flux space is a Cartesian power of a scalar space.

Updated and tested all sample runs in ex22/ex22p.
2018-11-07 19:21:04 -08:00