This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 07, 2015
- Jul 07, 2015
-
-
Robert K authored
-
- Jun 15, 2015
-
-
Robert K authored
-
- Jun 05, 2015
-
-
Robert K authored
-
- Jun 04, 2015
- Jun 01, 2015
-
-
Robert Kloefkorn authored
-
- Jan 20, 2015
-
-
Robert K authored
actualDimw --> dimworld
-
- Jan 15, 2015
-
-
Robert K authored
-
- Oct 22, 2014
-
-
Robert K authored
-
- Sep 29, 2014
-
-
Robert K authored
-
- Jul 16, 2014
-
-
Martin Alkaemper authored
-
- Jul 03, 2014
-
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
This way a separate iteration to clear the isNew markers can be avoided.
-
- Jul 02, 2014
-
-
Robert Kloefkorn authored
The Wrapper classes were removed because of to high maintanace overhead. There are only two implementation classes now, GatherScatterLoadBalance and GatherScatterLoadBalanceDataHandle.
-
- Jul 01, 2014
-
-
Robert Kloefkorn authored
more cleanup to come.
-
- Jun 26, 2014
-
-
Robert Kloefkorn authored
-
- Jun 25, 2014
-
-
Robert Kloefkorn authored
-
- Jun 11, 2014
-
-
Martin Nolte authored
-
- Apr 02, 2014
-
-
dedner authored
-
- Mar 17, 2014
-
-
Robert Kloefkorn authored
-
- Mar 14, 2014
-
-
Robert Kloefkorn authored
used to move data during load balancing. The dune-fem DofManager has been adjusted accordingly.
-
Robert Kloefkorn authored
-
- Jul 17, 2013
-
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
Robert Kloefkorn authored
-
- Jun 12, 2013
-
-
Robert Kloefkorn authored
-
- Apr 15, 2013
-
-
Andreas Dedner authored
- instead of #ifndef NDEBUG now use #ifdef ALUGRIDDEBUG - istead of assert( cond ); now use alugrid_assert ( cond ); (from dune/alugrid/common/alugrid_assert.hh) So instead of having to define NDEBUG to avoid debug code being executed (improves performance by 60%) one always avoids debug code as long as ALUGRIDDEBUG has not been define.
-
- Feb 07, 2013
-
-
Robert Kloefkorn authored
-
- Jan 31, 2013
-
-
Robert Kloefkorn authored
-
- Jan 24, 2013
-
-
Robert Kloefkorn authored
MPI_Comm --> ALUGridMPIComm No_Comm --> ALUGridNoComm Now the library compilation yields always the same result, independent of HAVE_MPI. Also, almost all ALU3DGRID_PARALLEL could have been removed. From now on, there should be no .cc file containing ALU3DGRID_PARALLEL or HAVE_MPI. Otherwise it must be an inline header file.
-
- Jan 17, 2013
-
-
Martin Nolte authored
-