Add feec docs#380
Open
dtoshniwal wants to merge 6 commits into
Open
Conversation
dccabanas
requested changes
Jun 5, 2026
| * $l(v) = \int_\Omega f v \, dx$ is a linear form. | ||
|
|
||
| This formulation requires $u$ and $v$ to only have (square-integrable) first derivatives and thus describes a much larger class of situations than the strong form. | ||
| For instance, the graph of the solution for a discontinuous choice of $f$ on a square domain is shown below: |
Member
There was a problem hiding this comment.
Seems like there is a figure missing?
|
|
||
| Such a discretization fails on the L-shaped domain: the discrete solution lives in a proper closed subspace of ``H(\text{curl}; \Omega) \cap \mathring{H}(\text{div}; \Omega)``, producing spurious modes that persist under mesh refinement. | ||
|
|
||
|  |
Member
There was a problem hiding this comment.
The figure should be a tad smaller.
| The spaces ``V_h^0`` and ``V_h^1`` need to be chosen in a "compatible" manner (in the sense described in the following sections), but when they are, the discrete solution converges to the true solution, and we avoid the issues associated with the primal formulation. | ||
| Note that this is true even when ``V_h^1`` is an appropriately chosen ``H^1``-conforming space (e.g., that of ``C^1`` smooth B-spline edge elements): the key difference from the primal formulation is that now the ``H(\text{curl};\Omega)``-norm restricted to such spaces is not equivalent to the ``H^1`` norm. | ||
|
|
||
|  |
dccabanas
force-pushed
the
add-feec-docs
branch
2 times, most recently
from
June 25, 2026 06:27
7a336c5 to
c6dccfa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.