https://github.com/adedner/dune-fempy
Name Target Message Date
HEAD e5618de work with new API 22 February 2020, 21:07:46 UTC
refs/heads/bookproject b1771bd added dependency on dune-common to get dunecontrol 10 June 2019, 20:16:54 UTC
refs/heads/bugfix/crystal 6ab32ef updated crystal example, wasn't working as two definitions of grid 28 February 2018, 11:45:43 UTC
refs/heads/bugfix/mixedbc e331ec0 imporved the testing (moved to test/mixed.py) - seems to work now as expected 10 May 2018, 12:17:51 UTC
refs/heads/bugfix/model-init 288d1ca bugfix for model-init bug 28 September 2017, 18:28:27 UTC
refs/heads/bugfix/older-pip e1323f2 fixing the pip problem for older versions Added a try/except statement since otherwise older pip versions such as on CSC machines will fail 25 June 2018, 12:36:59 UTC
refs/heads/bugfix/pip-version db683c2 possible fix for pip problem 20 June 2018, 14:40:00 UTC
refs/heads/bugfix/python3.4 5554747 fix some issue with unpacking tuples in python 3.4 22 March 2019, 15:05:08 UTC
refs/heads/bugfix/python34 d7f81af make work with python 3,4 28 March 2019, 16:13:29 UTC
refs/heads/bugfix/tuplector_needs_constructible_for_gcc5 1eaefc4 [integrands][compatibility] explicitly construct ConstLocalFunction 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. 30 January 2018, 10:20:44 UTC
refs/heads/cherry-pick-65fba89b f60f6e5 Merge branch 'feature/future-fem' into 'master' Feature/future fem See merge request dune-fem/dune-fempy!25 (cherry picked from commit 65fba89b87ce2d5f81a6da99fb119a1d5b6852f2) 9ff9d4d9 add new spaces and use the new local function approach from dune-fem 5d76a594 added some more function to ufl->C++ code generation 9f160584 [feature] added combination of AdaptiveDiscreteFunction and d94bc46f [docker] add howto for rebuilding official Docker image 01530ab8 [bugfix][docker] Copy example notebooks for dune-python, not dune-corepy 9e2b171f [bugfix] dune-fempy resides in the group dune-fem 03 November 2017, 21:52:04 UTC
refs/heads/combinepackages 77fb33c Started work on getting Parameter class to play nicely with python. In the next step dune.femmpi is to be replace with dune.fem.common and then imported into dune.fem So femmpi will disappear - first steps in this direction already taken (instead of dune.femmpi.comm use dune.fem.comm or dune.comm everywhere) 28 July 2016, 21:25:56 UTC
refs/heads/corepy fb30ebb improve the install script 19 October 2017, 17:03:45 UTC
refs/heads/debugging 2f45c61 [bugfix] gridView is a pointer, not a pybind11::object 06 October 2017, 09:27:30 UTC
refs/heads/dune-python 32b09d5 fix the laplace adaptive problem 31 October 2017, 12:07:10 UTC
refs/heads/feature/addDirichletBCtoModelSignature 5050122 added dirichletbc to hash of elliptic model as well and also fixed a few other bugs 12 July 2018, 11:47:33 UTC
refs/heads/feature/assemble2jacobian c0efbba change all the script to use the new api and solver parameters notebooks still need changing 15 January 2019, 20:48:36 UTC
refs/heads/feature/compile-integrands f3c5238 bug fix: some attempt to add non variational terms to the elliptic model where falsely turned on 09 February 2017, 22:29:35 UTC
refs/heads/feature/exportSPMatrix 744f483 replace a .dofVector with .as_istl 27 April 2018, 09:49:23 UTC
refs/heads/feature/femdg eb11dfa worked a bit more on how to do links 11 March 2020, 22:05:05 UTC
refs/heads/feature/find-pybind11 c8f8aae Use FindPackage to find an installed pybind11 This removes our copy of pybind11 in favor of a maintained upstream release. This is a follow-up to the corresponding change in dune-corepy 23 March 2017, 12:19:15 UTC
refs/heads/feature/fix-geogridpart-iterator 6541a56 [bugfix] The GeometryGridPart Iterator does not compile when current dune-grid master is used. 01 June 2017, 15:39:35 UTC
refs/heads/feature/future-fem 9e2b171 [bugfix] dune-fempy resides in the group dune-fem 03 November 2017, 21:44:44 UTC
refs/heads/feature/galerkin-operator 58d4342 [!62] if no gridLines are needed either use "" or None Merge branch 'feature/plotting_none' into 'master' When previously wanting to specify no gridLines on a plot gridLines="" was used this could be extended to the use gridLines=None as well which is more consistent with usage for specifying boolean variables. See merge request [dune-fem/dune-fempy!62] [dune-fem/dune-fempy!62]: gitlab.dune-project.org/dune-fem/dune-fempy/merge_requests/62 23 July 2018, 13:26:31 UTC
refs/heads/feature/hpdg fe34c9c Merge branch 'master' into feature/hpdg 02 March 2018, 15:28:48 UTC
refs/heads/feature/implicitly_convert_facades 25f51a1 [pybind11] declare grid functions implicitly convertible from facades 07 June 2017, 12:13:49 UTC
refs/heads/feature/initialize-petscVector-from-Vec 1511b10 extended petsc4py bindings - can now use ksp and snes classes from python 11 June 2018, 14:34:57 UTC
refs/heads/feature/integrands-named-constants 55bebe3 [bugfix] use `ExplicitFieldVector< FieldMatrix >` as 3-tensor Recently, the `FieldVector` in the `HessianRangeType` has been replaced by an `ExplicitFieldVector` to avoid undesired casts from `RangeType` to `HessianRangeType`. This patch adapts dune-fempy to use the `ExplicitFieldVector` for 3-tensors, too. Note: This requires the corresponding updates to dune-fem to work. 06 March 2018, 16:36:57 UTC
refs/heads/feature/is-multilinear 4d8339a add `dune.ufl.multilinear.isMultiLinear` This function can be used to detect whether forms are linear in some of their arguments or coefficients 16 March 2018, 10:46:33 UTC
refs/heads/feature/lagrange-dynamic-poly 8d0ed14 squash 25 April 2019, 09:28:29 UTC
refs/heads/feature/localfunction-gridpart f88f7b5 Merge branch 'master' into feature/localfunction-gridpart 12 July 2017, 15:02:00 UTC
refs/heads/feature/newton_errormeasure 6dcd490 [feature] added possibility to compute maximal relevant order. add missing header for install [cleanup] orderreduction moved to dune-fem-dg and small change in galerkin.hh [bugfix][suitesparsesolver] fix typo fakse --> false.. cleanup some merge requests 11 April 2018, 14:57:33 UTC
refs/heads/feature/non-virtual-integrands 1d62f78 add the option to use integrands with non virtualized coefficient grid function and the galerkin scheme without virtualized integrands - does not seem to lead to any noticeable improvement in run time 07 April 2018, 15:03:56 UTC
refs/heads/feature/pybind11-v2.2.1 3d24767 use string_constant in registerVirtualizedGridFunction 26 September 2017, 16:06:06 UTC
refs/heads/feature/rework-grid-function-conversion 96ce4c6 [test] add grid function test and make it run Note: asGridFunction might currently pass a C++ temporary. For many use cases this is ok, but if a reference is stored we need an extra protection mechanism 10 October 2017, 14:28:15 UTC
refs/heads/feature/solvers-compat f4bf046 Merge branch 'feature/solvers-compat' of ssh://gitlab.dune-project.org:22022/dune-fem/dune-fempy into feature/solvers-compat 22 April 2018, 20:07:08 UTC
refs/heads/feature/tuple-df 199440f added a test for the tupleDF 12 March 2018, 10:54:18 UTC
refs/heads/feature/use-contributions 0bb62b5 use localcontribution in Galerkin operator 13 July 2017, 11:17:07 UTC
refs/heads/feature/use-new-guards 7af037b started on adding a comparison between using dune-fem directly and through dune-fempy. Still some issues summarized in remarks 23 September 2017, 21:52:20 UTC
refs/heads/feature/uzawa 2bb776d remove import of ipython display which is not required anymore minor bug fix 29 June 2018, 10:39:40 UTC
refs/heads/feature/vtkwriter-dispatch 93e66fc fix some bugs and adapt test 21 November 2017, 13:58:59 UTC
refs/heads/forchheimer 0515c45 C++ forchheimer now working 24 June 2018, 15:09:42 UTC
refs/heads/formcompiler 4df4ac5 migrate construction of UFL cell onto separate function 15 July 2016, 06:29:43 UTC
refs/heads/gsoc ef22ce6 some more cleanup 22 May 2016, 17:11:47 UTC
refs/heads/header-files 898c482 added extra functionality (see bottom of ellipticmodel.py) 06 December 2016, 17:03:17 UTC
refs/heads/master e5618de work with new API 22 February 2020, 21:07:46 UTC
refs/heads/master-old 98fe97a add registry for grid part modules 15 September 2016, 13:24:38 UTC
refs/heads/minor-fixes 655b950 Merge branch 'master' into minor-fixes 22 November 2017, 09:24:49 UTC
refs/heads/navierStokes 707d89f Fix typo in dg space. 19 September 2018, 12:19:33 UTC
refs/heads/newnavier 1147b74 add missing grid for channel expansion 23 October 2018, 11:48:21 UTC
refs/heads/newnavstokes 7ddcec7 working version incompressible Navier-Stokes 27 February 2020, 10:04:04 UTC
refs/heads/original dc9932f negative estimator 07 August 2019, 14:20:08 UTC
refs/heads/releases/2.6 58d4342 [!62] if no gridLines are needed either use "" or None Merge branch 'feature/plotting_none' into 'master' When previously wanting to specify no gridLines on a plot gridLines="" was used this could be extended to the use gridLines=None as well which is more consistent with usage for specifying boolean variables. See merge request [dune-fem/dune-fempy!62] [dune-fem/dune-fempy!62]: gitlab.dune-project.org/dune-fem/dune-fempy/merge_requests/62 23 July 2018, 13:26:31 UTC
refs/heads/releases/2.7 e5618de work with new API 22 February 2020, 21:07:46 UTC
refs/heads/remove-database 1d43bf7 adapt grid-construction.py to new create mechanism 28 September 2016, 13:52:48 UTC
refs/heads/remove-generated 18ea7ff remove __init__.py magic and generated subdirectory 21 September 2016, 15:45:09 UTC
refs/heads/thesis/lloyd 8d2e666 fixed some issue in the Galerkin scheme to get the Forchheimer C++ example to work with the integrands model 21 January 2019, 14:24:28 UTC
refs/heads/twophasedg dc44aa9 Merge branch 'master' into twophasedg 09 March 2018, 09:38:30 UTC
refs/heads/uflconstants b7798cf bug fix 09 September 2016, 13:44:03 UTC
refs/heads/use-gridviews 601bbe3 update required version of UFL 19 October 2016, 09:20:13 UTC
refs/tags/v2.7.0 e5618de work with new API 22 February 2020, 21:07:46 UTC
back to top