Commit Graph
20 Commits
Author SHA1 Message Date
Nuno Nobre faaaa4b62a Remove only (explicit) occurence of NDEBUG 2025-10-21 22:40:23 +01:00
Patrick Zulian ce54c08b50 fixed include path 2025-04-20 11:28:40 +02:00
Patrick Zulian 3b506facdc Fixed compilation issues arisen after merge with master 2025-04-20 11:14:13 +02:00
Patrick Zulian 01f8360f8f fixed whitespace conflicts 2025-04-20 10:52:36 +02:00
Tzanio Kolev 98834ea898 Synchronize the list of source direcrtories in the following files:
1. CONTRIBUTING.md
2. doc/CodeDocumentation.conf.in
3. makefile

Adding fem/moonolith in the last one exposed building issues that were fixed
(the MOONOLITH sources were not skipped when building without it).
2025-03-26 14:35:27 -07: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
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
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
Patrick Zulian 6ccbd2b47e updated headers 2022-03-22 09:07:02 +01:00
Patrick Zulian 19b0d6d37a 1) Variational transfer extended to non-affine elements with linear faces.
- When performing quadrature on elements with nonlinear transformation, small local numerical errors create unwanted mass contributions in the coupling operator. The problem is typically removed if also the mass matrix uses the same quadrature points.
2) More control over number of iterations of mass matrix inversion.
3) Fixed quadrature order, which for non-simplicial elements would be underestimated in certain cases.
2022-02-17 15:20:41 +01:00
Patrick Zulian 1e3764b09b Integration order multiplier for non simplicial elements 2022-02-17 11:08:01 +01:00
Patrick Zulian 3e8a95e663 Added motar assembly for mass matrix term, for improved robustness when dealing with non-affine elements 2022-02-11 12:04:03 +01:00
zulianp 00cbe08528 Full revision: addressed all comments 2021-12-24 10:27:19 +01:00
zulianp d1cd36b920 Applied AStyle 2021-12-13 15:57:53 +01:00
zulianp c3364521af Partial revision: applied suggested changes 2021-12-13 15:44:56 +01: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