Commit Graph
39 Commits
Author SHA1 Message Date
Patrick Zulian e8464c77da Make style on example_utils 2025-04-22 08:52:36 +02:00
Patrick Zulian 182f2e16a7 Added custom plot options for moonolith examples 2025-04-22 08:21:28 +02:00
Patrick Zulian f89ef2f04d Added custom plot options for moonolith examples 2025-04-22 08:12:38 +02:00
Patrick Zulian 8c85525be5 Moonolith: fixes based on PR 4285 comments. 2025-03-31 10:52:52 +02:00
Patrick Zulian 4c8174c71c Merge branch 'master' into moonolith_h1_bugfix 2025-03-07 18:58:26 -06:00
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Tzanio Kolev 0952809e5e Merge pull request #4252 from farscape-project/makefile
Improve support for out-of-tree installations
2024-07-19 14:12:27 -07:00
Nuno Nobre c32d62f83c Try to be a bit cleverer when looking for config.mk 2024-07-15 00:10:18 +01:00
Patrick Zulian 8a6d972814 Merge branch 'moonolith_h1_bugfix' into moonolith_h1_vector_space 2024-06-12 11:30:30 +02:00
Patrick Zulian 5706c247a4 Merge branch 'master' into moonolith_h1_bugfix 2024-06-12 11:07:52 +02:00
Tzanio Kolev 731e3f3ec1 Small edits before the mfem-4.7 release 2024-05-05 13:10:42 -07:00
Patrick Zulian 42d0c95bc8 moonolith (new experimental feature): Added support for H1 vector space. ex1p can run examples with such spaces by passing the flag --use_vector_space 2024-03-14 10:36:54 +01:00
Patrick Zulian cf82f2830c bug fix: Switched to TrueDofs when assembling the coupling matrices. This change resolves the inconsistent dof numbering that led to wrong results when using H1 collections in parallel. ran make style. 2024-03-12 11:20:16 +01:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Tzanio b71568dac9 Small adjustments 2022-04-08 15:15:38 -07:00
Tzanio b9073b2bb6 minor 2022-03-28 09:21:00 -07:00
Patrick Zulian 6ccbd2b47e updated headers 2022-03-22 09:07:02 +01:00
Patrick Zulian 4a9537842e Added additional documentation exposing current limitations 2022-03-10 17:14:19 +01:00
Patrick Zulian ffcdad89ef Changed max number of iterations for solver to fix issue with unstructured-hex-cube.msh. This example reaches the limits of global l2-projections as implemented here. Documention TBA 2022-03-10 14:33:52 +01:00
Patrick Zulian 7cfec46827 Proper support to non-affine transformation added to parallel assembler (elements need linear faces) 2022-02-17 12:48:18 +01:00
Patrick Zulian c83646e6d4 Added checks for valid inputs in assembler 2022-02-16 09:59:40 +01:00
zulianp c3364521af Partial revision: applied suggested changes 2021-12-13 15:44:56 +01:00
Vladimir Z Tomov 14017e818f Minor. 2021-08-04 11:16:04 -07:00
Vladimir Z Tomov cd1c36b9e7 Minor. 2021-08-03 22:49:48 -07:00
zulianp e0bd6797a6 Addd verbose output option 2021-08-03 11:48:16 +02:00
zulianp 8688be26fe moved new code location to fem/moonolith, added polynomial order as argument for examples 2021-08-03 11:12:19 +02:00
zulianp 5fa8f52c30 Removed includes from mesh.hpp, refactored {par}mortarassembler with Init, Apply, added file headers 2021-08-03 09:58:33 +02:00
Vladimir Z Tomov 2264e7f386 Added 3d sample runs. 2021-08-02 15:01:30 -07:00
Vladimir Z Tomov b64b992f66 Minor edits in the examples:
- fixed paths to mesh files
- removed sample runs that were identical to the default params
2021-08-02 14:40:55 -07:00
zulianp 38b196ea5c Addressed review comments: Support for serial MFEM, collapsed two examples in one, added hints and link to documentation for Makefile users 2021-08-02 12:51:41 +02:00
zulianp a67c8f228b removed redundant input from ParMortarAssembler 2021-05-04 14:27:12 +02:00
zulianp 05894dcdcd Removed extra white spaces, Added more documentation. 2021-05-04 14:03:39 +02:00
zulianp 1493ccbac3 applied make style and added more comments to public interfaces, addressed several PR concerns 2021-05-04 13:10:26 +02:00
zulianp 988d3dae48 changed naming of variables 2021-05-04 12:31:24 +02:00
zulianp b5b4a8b4a4 resolved conflicts after merge with master 2021-05-03 10:29:17 +02:00
zulianp 3ffcfa1e42 cleanup few details 2020-10-19 20:29:53 +02:00
zulianp ba603c5c90 fixed makefile for moonolith 2020-10-19 13:31:49 +02:00
zulianp 1da3e2f939 revisited examples 2020-10-19 10:57:32 +02:00