- 26 Nov, 2020 2 commits
-
-
Christoph Grüninger authored
Bump version to 2.7.1 See merge request !176
-
Christoph Grüninger authored
-
- 31 Aug, 2020 2 commits
-
-
Oliver Sander authored
Fix Raviart-Thomas interpolation See merge request !169
-
In particular, test the first-order implementations, and test them for all facet orientations. This uncovers a few bugs which are fixed by this patch as well. (cherry picked from commit 32a02606)
-
- 11 Aug, 2020 2 commits
-
-
René Heß authored
This is a workaround for a bug that showed up after gitlab migration. See issue infrastructure/issues0#62 for further discussion.
- 15 May, 2020 2 commits
-
-
Dominic Kempf authored
Merge branch 'cherry-pick-526ac8b1' into 'releases/2.7' ref:core/dune-localfunctions\> Merge branch 'feature/remove-add-doc-install' into 'master' ref:core/dune-localfunctions\> Since the move to UseLatexMk installation is completely handled by the dune_add_latex_document call and this function call is superfluous or might even break installation. @gruenich I am backporting this to the 2.7 release branch because it breaks my experiments with the Spack package manager, where I need to heavily rely on correct installations. See merge request [[!164]] (cherry picked from commit 526ac8b1) 0ca6983e \[cmake\] Remove use of create_doc_install See merge request [!165] [!164]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/164 [!165]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/165
-
Dominic Kempf authored
Merge branch 'feature/remove-add-doc-install' into 'master' ref:core/dune-localfunctions\> Since the move to UseLatexMk installation is completely handled by the dune_add_latex_document call and this function call is superfluous or might even break installation. @gruenich I am backporting this to the 2.7 release branch because it breaks my experiments with the Spack package manager, where I need to heavily rely on correct installations. See merge request [!164] [!164]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/164 (cherry picked from commit 526ac8b1) 0ca6983e [cmake] Remove use of create_doc_install
-
- 29 Apr, 2020 1 commit
-
-
Oliver Sander authored
Merge branch 'set-to-2.7-ci-config' into 'releases/2.7' See merge request [!163] [!163]: Nonecore/dune-localfunctions/merge_requests/163
-
- 28 Apr, 2020 1 commit
-
-
Oliver Sander authored
-
- 03 Apr, 2020 2 commits
-
-
Oliver Sander authored
Merge branch 'fix-buggy-shape-function' into 'releases/2.7' ref:core/dune-localfunctions\> One of the shape functions of the second-order Lagrange element for pyramids was implemented wrongly, and the derivative along with it. This went unnoticed for a long time, until I saw that the element was not able to represent constant functions. (cherry picked from commit 976bed34) See merge request [!156] [!156]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/156
-
One of the shape functions of the second-order Lagrange element for pyramids was implemented wrongly, and the derivative along with it. This went unnoticed for a long time, until I saw that the element was not able to represent constant functions. (cherry picked from commit 976bed34)
-
- 28 Mar, 2020 2 commits
-
-
Oliver Sander authored
Merge branch 'cherry-pick-c95bc4bf' into 'releases/2.7' ref:core/dune-localfunctions\> Merge branch 'document-pyramid-lfe' into 'master' ref:core/dune-localfunctions\> These elements are nontrivial, and need some documentation. Fixes [[#3]] See merge request [[!151]] Closes [#3] (cherry picked from commit c95bc4bf) a4a35d2b Document the Lagrange finite elements for pyramids 4d665d92 Fix two typos in documentation See merge request [!152] [#3]: gitlab.dune-project.org/NoneNone/issues/3 [!151]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/151 [!152]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/152
-
Oliver Sander authored
Merge branch 'document-pyramid-lfe' into 'master' ref:core/dune-localfunctions\> These elements are nontrivial, and need some documentation. Fixes [#3] See merge request [!151] [#3]: gitlab.dune-project.org/NoneNone/issues/3 [!151]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/151 Closes #3 (cherry picked from commit c95bc4bf) a4a35d2b Document the Lagrange finite elements for pyramids 4d665d92 Fix two typos in documentation
-
- 06 Jan, 2020 15 commits
-
-
Christoph Grüninger authored
Merge branch 'cherrypick/bdfm-elements' into 'releases/2.7' See merge request [!148] [!148]: Nonecore/dune-localfunctions/merge_requests/148
-
Christoph Grüninger authored
-
-
3.8
-
-
Christoph Grüninger authored
-
-
-
-
-
-
-
-
-
coefficients and interpolationa are implemented for arbitrary dimension (>1) and order (>0). the actual basis is implemented for dim =2 and order=1,2,3.
-
- 20 Dec, 2019 4 commits
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Merge branch 'bugfix/returnSizeTinSizeAndOrderMethod2' into 'master' ref:core/dune-localfunctions Correct the return type of the interface methods size and order to return size_t instead of `unsigned int` Also fix two unsigned int warnings See merge request [!122] [!122]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/122
-
-
the default return type for `size` and `order` is std::size_t not `unsigned int` which was returned by the `utility` based RT and Lagrange space
-
- 15 Oct, 2019 2 commits
-
-
Christoph Grüninger authored
Merge branch 'feature/update-authors' into 'master' See merge request [!144] [!144]: Nonecore/dune-localfunctions/merge_requests/144
-
Christoph Grüninger authored
-
- 10 Oct, 2019 1 commit
-
-
Christian Engwer authored
Merge branch 'fix/headercheck' into 'master' See merge request [!143] [!143]: Nonecore/dune-localfunctions/merge_requests/143
-
- 28 Sep, 2019 2 commits
-
-
Oliver Sander authored
Merge branch 'simplify-monomialbasis' into 'master' ref:core/dune-localfunctions MonomialBasisSize is a class that computes the number of monomial basis functions for a reference element given at compile time and an approximation order given at run-time. The previous implementation did a recursive template-meta-program sweep across the construction steps of the reference elements (i.e., across, e.g., Pyramid\<Prism\<Prism<Point>\>\>). However, it is much easier to simply use a for loop to iterate over the bit representation of the construction in the topology id. This is what the current patch does: it replaces the recursive TMP construction by an iterative loop. The result is a much shorter code, and less stress for the compiler. Also, it is one step on the way to getting rid of the reference-topology- encoded-as-nested-type construction that is still in use here and there, and should be replaced by constexpr GeometryType and friends. See merge request [!124] [!124]: gitlab.dune-project.org/core/dune-localfunctions/merge_requests/124
-
Oliver Sander authored
MonomialBasisSize is a class that computes the number of monomial basis functions for a reference element given at compile time and an approximation order given at run-time. The previous implementation did a recursive template-meta-program sweep across the construction steps of the reference elements (i.e., across, e.g., Pyramid<Prism<Prism<Point>>>). However, it is much easier to simply use a for loop to iterate over the bit representation of the construction in the topology id. This is what the current patch does: it replaces the recursive TMP construction by an iterative loop. The result is a much shorter code, and less stress for the compiler. Also, it is one step on the way to getting rid of the reference-topology- encoded-as-nested-type construction that is still in use here and there, and should be replaced by constexpr GeometryType and friends.
-
- 24 Sep, 2019 1 commit
-
-
Christoph Grüninger authored
The last change was incomplete. This fixes headercheck.
-
- 19 Sep, 2019 1 commit
-
-
Christoph Grüninger authored
-