- 09 Sep, 2015 2 commits
-
-
Christian Engwer authored
-
Christian Engwer authored
-
- 08 Sep, 2015 4 commits
-
-
Christian Engwer authored
Update convectiondiffusionccfv.hh by weighted mass matrix from transportccfv.hh.… … Use param.d(...) for the capacity term. Added new test-transport-ccfv.cc to test this local operator. Please see issue #34. See merge request !59
-
Christian Engwer authored
[cmake] Issue a warning if somebody adds a test via add_test This is just a small adjustment that issues a warning, if somebody does not use pdelab_add_test. Implemented as a proof of concept after discussion on whether it is ever useful to overload builtin cmake commands. Take it or not. See merge request !60
-
Christian Engwer authored
Feature: Cleanup in function utilities This cleans up the file ```common/functionutilities.hh``` with the following changes: - rewrite function ```integrateGridFunction``` in terms of range-based for loop - replace entity pointers by entities in class ```GridFunctionProbe``` See merge request !54
-
-
- 01 Sep, 2015 1 commit
-
-
Steffen Müthing authored
Replace Dune::array by std::array (and some other minor fixes) Thank you Oliver! See merge request !62
-
- 30 Aug, 2015 3 commits
-
-
Oliver Sander authored
Dune::array has been scheduled for removal, as it is nowadays just another name for std::array.
-
Oliver Sander authored
-
Oliver Sander authored
The latter one has been removed in dune-grid git master.
-
- 18 Aug, 2015 5 commits
-
-
Steffen Müthing authored
Bugfix: include all VTK-writers in "boilerplate/pdelab.hh" "vtk.hh" in dune-grid includes all VTK-writers. See merge request !52
-
Steffen Müthing authored
Feature: Test for heat equation with periodic boundary conditions This branch is Linus' work imported from https://github.com/LSenf/dune-pdelab.git, with a minor post-cleanup. It provides a test for the instationary heat equation in parallel with periodic boundary conditions in all directions. This primarily depends on the merge-request !52. See merge request !56
-
Steffen Müthing authored
Feature: Test for Poisson equation with periodic boundary conditions and test for adaptivity This branch is Linus' work imported from https://github.com/LSenf/dune-pdelab.git, with a minor post-cleanup. It provides various tests for the Poisson equation with periodic boundary conditions: - 2D case with example taken from http://fenicsproject.org/documentation/dolfin/dev/python/demo/documented/periodic/python/documentation.html - using a Q1-CG discretization - using a Q2-CG discretization - using a Q1-DG discretization - using a Q2-DG discretization - the example from http://fenicsproject.org/documentation/dolfin/dev/python/demo/documented/periodic/python/documentation.html trivially extended to 3D with periodic boundary conditions in x- and y-direction - using a Q1-CG discretization - using a Q2-CG discretization - using a Q1-DG discretization - using a Q2-DG discretization The tests concerning adaptivity have been revised. See merge request !57
-
Steffen Müthing authored
Feature: New line in output of StationaryLinearProblemSolver Insert a new line in output before solving the linear system. This improves consistency wrt. the other solvers. See merge request !61
-
Steffen Müthing authored
Bugfix: Rename typename in darcy_FEM.hh The name changed from Jacobian to JacobianInverseTransposed. See merge request !53
-
- 14 Aug, 2015 2 commits
-
-
Adrian Ngo authored
Merge branch 'feature/34-CDE-CCFV' of ssh://conan2.iwr.uni-heidelberg.de:20022/pdelab/dune-pdelab into feature/34-CDE-CCFV
-
Adrian Ngo authored
-
- 10 Aug, 2015 2 commits
-
-
Marian Piatkowski authored
Take two.
-
Marian Piatkowski authored
-
- 05 Aug, 2015 1 commit
-
-
Dominic Kempf authored
pdelab_add_test is the goto command.
-
- 04 Aug, 2015 2 commits
-
-
Adrian Ngo authored
-
Adrian Ngo authored
-
- 30 Jul, 2015 2 commits
-
-
Adrian Ngo authored
Update convectiondiffusionccfv.hh by weighted mass matrix from transportccfv.hh. Use param.d(...) for the capacity term. Added new test-transport-ccfv.cc to test this local operator.
-
Dominic Kempf authored
[EigenBackend] fix for older versions of Eigen Eigen 3.2.2 introduced a feature to change the ordering of the SimplicialCholesky method. This feature changed the signature of the SimplicialCholesky template. We now use the preprocessor to select the appropriate signature. This fixes #56. See merge request !58
-
- 29 Jul, 2015 1 commit
-
-
Andreas Nüßing authored
Eigen 3.2.2 introduced a feature to change the ordering of the SimplicialCholesky method. This feature changed the signature of the SimplicialCholesky template. We now use the preprocessor to select the appropriate signature.
-
- 28 Jul, 2015 1 commit
-
-
Marian Piatkowski authored
The test should fine now. Thanks to Linus' work.
-
- 27 Jul, 2015 2 commits
-
-
Marian Piatkowski authored
The module dune-funcep pointed this out when the applications inside were compiled.
-
Marian Piatkowski authored
-
- 26 Jul, 2015 1 commit
-
-
Marian Piatkowski authored
-
- 23 Jul, 2015 11 commits
-
-
Marian Piatkowski authored
-
Marian Piatkowski authored
-
-
-
-
-
Marian Piatkowski authored
-
Marian Piatkowski authored
-
Marian Piatkowski authored
-
Marian Piatkowski authored
-
-