- Jan 29, 2018
-
-
Martin Nolte authored
-
Martin Nolte authored
For backward compatibility, we import the migrated enums to the dune.common namespace.
-
Martin Nolte authored
This patch exports all enum-types defined in dune-grid (or added by dune-python and associated to dune-grid) to the Python namespace dune.grid. Due to the changes in dune.grid, the PartitionIteratorType is no longer required and, hence, is removed. It has been superseeded by the exported partition objects.
-
- Oct 31, 2017
-
-
Andreas Dedner authored
-
- Oct 26, 2017
-
-
Andreas Dedner authored
-
- Oct 22, 2017
-
-
Andreas Dedner authored
also only add plot/triangulation method to 2d grids
-
- Oct 20, 2017
-
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
- Oct 18, 2017
-
-
Andreas Dedner authored
-
-
Andreas Dedner authored
-
Ansgar Burchardt authored
-
Martin Nolte authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
x[:] now returns the underlying numpy buffer and x[1:3] the slice not that x is itself not a numpy array, so for transpose one needs x[:].transpose() to get the transposed view of the field vector. The same works for entity(x)[:] but also now localpoints = numpy.array([lx1,lx2,lx3,lx4],[ly1,ly2,ly3,ly4]] coords = entity(numpy.array(localpoints) coords[0] = numpy.array([gx1,gx2,gx3,gx4]) with (gx1,gy)=entity.geometry.position((lx1,ly1)) coords[:] = numpy.array([[gx1,gx2,gx3,gx4],[gy1,gy2,gy3,gy4]]) etc. Note that the global coordinates are computed when coords[] is called so only calling coords.local[] does not lead to overhead
-
- Oct 17, 2017
-
-
Ansgar Burchardt authored
GCC 7.2.0 is otherwise unhappy about using `rows` as a template parameter. Closes: #28
-
Martin Nolte authored
add 'dune-py' to end of the cache directory name See merge request staging/dune-corepy!30
-
Martin Nolte authored
-
- Oct 16, 2017
-
-
Martin Nolte authored
-
Andreas Dedner authored
-
- Oct 13, 2017
-
-
Andreas Dedner authored
(cherry picked from commit 010edd8fa4e68884bbf7b9f68f8db1a8f02481d6)
-
- Oct 11, 2017
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- Oct 06, 2017
-
-
Martin Nolte authored
-
- Sep 30, 2017
-
-
Andreas Dedner authored
now users get base/dune-py/dune-py instead of (as before) base/dune-py.
-
Andreas Dedner authored
-
Andreas Dedner authored
that an exception is raised instead of a bool returned
-
- Sep 25, 2017
-
-
Andreas Dedner authored
the new configuration check possibilities
-
Andreas Dedner authored
removes them in case HAVE_ALBERTA or HAVE_DUNE_UGGRID is not set in dune-py/config.h
-
- Sep 22, 2017
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- Sep 21, 2017
-
-
Andreas Dedner authored
-
Ansgar Burchardt authored
dunecontrol also uses `DUNE_BUILDDIR`.
-
- Sep 20, 2017
-
-
Andreas Dedner authored
directory via the DUNE_PY_DIR environment variable. This avoids bad things happening when a user just uses $HOME instead of $HOME/dune-py
-
- Sep 06, 2017
-
-
Andreas Dedner authored
-
- Jul 02, 2017
-
-
Andreas Dedner authored
-