- 10 Feb, 2018 1 commit
-
-
Andreas Dedner authored
-
- 08 Feb, 2018 1 commit
-
-
Andreas Dedner authored
-
- 07 Feb, 2018 8 commits
-
-
Andreas Dedner authored
Nlnvdg branch merge See merge request !39
-
Lloyd Connellan authored
-
Lloyd Connellan authored
nv scheme assembly cannot take a VGF, so add some enable_if stuff to check whether this method is available at compile time
-
Lloyd Connellan authored
-
Lloyd Connellan authored
-
Lloyd Connellan authored
model.py and ufl.py mostly trivial. For __init__, we make it so that 1. models can take header files directly 2. can take a different (virtual) diffusion model file path 3. model can be patched (e.g. change methods to have different arguments) example usage in femnv module
-
Lloyd Connellan authored
Can now for instance create.scheme(..., parameters={"penalty":20})
-
Lloyd Connellan authored
-
- 05 Feb, 2018 1 commit
-
-
Andreas Dedner authored
-
- 31 Jan, 2018 1 commit
-
-
Andreas Dedner authored
cartesian storage of dofs
-
- 30 Jan, 2018 5 commits
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
call the ConstLocalFunction ctor explicitly because gcc 5.4 does not See merge request !36
-
Unfortunately, gcc 5 does allow explicitly constructing a tuple of `ConstLocalFunction` from their respective grid functions, because the constructor of `ConstLocalFunction` is marked explicit. Note: The C++-14 standard explicitly states that this is possible.
-
Martin Nolte authored
-
- 20 Jan, 2018 2 commits
-
-
Andreas Dedner authored
-
Andreas Dedner authored
solution,info = scheme.solve(rhs=l_h) this adds the functional l_h to the rhs of the scheme. Note that l_h has to be in the same discrete function space as the result of the scheme
-
- 20 Dec, 2017 2 commits
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- 19 Dec, 2017 1 commit
-
-
Martin Nolte authored
-
- 18 Dec, 2017 2 commits
-
-
Martin Nolte authored
-
Martin Nolte authored
Note: This code assumes that the ConstLocalFunction is copy-constructible. Currently, this fails with an assertion: shapeFunctionSet_.
-
- 15 Dec, 2017 1 commit
-
-
Andreas Dedner authored
on ufl expression
-
- 13 Dec, 2017 1 commit
-
-
Andreas Dedner authored
add `dune.ufl.Parameter`, which is a constant to be taken from the parameter file See merge request !34
-
- 07 Dec, 2017 2 commits
-
-
Martin Nolte authored
-
Martin Nolte authored
-
- 06 Dec, 2017 4 commits
-
-
Martin Nolte authored
This patch allows passing definitions via ``` dune-integrands-model-compiler -Dfoo=3 -D'bar="Hello, world"' foobar.ufl ``` to the integrands model compiler. The left hand side of the definition must be a valid Python variable name, the right hand side is evaluated in an empty Python context.
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
- 05 Dec, 2017 3 commits
-
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
- 04 Dec, 2017 5 commits
-
-
Martin Nolte authored
-
-
Lloyd Connellan authored
Use the ufl error calculation instead since it is less lines of code, and add h1 error calc.
-
Martin Nolte authored
-
Martin Nolte authored
-