- Oct 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 22, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Merge branch 'feature/dont-generate-jacobian-for-matrix-free' into 'master' See merge request [dominic/dune-perftool!272] [dominic/dune-perftool!272]: Nonedominic/dune-perftool/merge_requests/272
-
Dominic Kempf authored
Merge branch 'feature/cmake-allow-more-generation-dependencies' into 'master' ref:dominic/dune-perftool I have the use case of a boundary condition file, whose changes should retrigger the code generation process. See merge request [dominic/dune-perftool!275] [dominic/dune-perftool!275]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/275
-
Dominic Kempf authored
Merge branch 'feature/use-different-dof-numbers-for-cg' into 'master' ref:dominic/dune-perftool I'm not 100% sure this gives the right number of dofs for parallel applications, but at least for serial applications it is correct. See merge request [dominic/dune-perftool!274] [dominic/dune-perftool!274]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/274
-
Dominic Kempf authored
Merge branch 'feature/nonlinear-sumfact-cg' into 'master' ref:dominic/dune-perftool Contains [!264] and master\.... See merge request [dominic/dune-perftool!269] [!264]: gitlab.dune-project.org/NoneNone/merge_requests/264 [dominic/dune-perftool!269]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/269
-
Dominic Kempf authored
Merge branch 'feature/sum-factorization-gmsh-files' into 'master' ref:dominic/dune-perftool On unstructured grids we need to make sure that the quadrature points on intersections on neighboring cells are visited in the same order. This is done using edge consistent grids and by constructing the geometry mappings in the right way. Still missing: - Vectorization - Make UG grids edge consistent without writing and reading a gmsh file See merge request [dominic/dune-perftool!264] [dominic/dune-perftool!264]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/264
-
Dominic Kempf authored
I have the use case of a boundary condition file, whose changes should retrigger the code generation process.
-
- Oct 18, 2018
-
-
Marcel Koch authored
-
Marcel Koch authored
-
Marcel Koch authored
This options enables to generate jacobian apply methods regardless of the `matrix_free` option. If `matrix_free` is set to true, `generate_jacobian_apply` is also set to true. This option replaces `matrix_free` in all contexts except in the selection of the solver.
-
- Oct 16, 2018
-
-
Marcel Koch authored
-
- Oct 12, 2018
-
-
Marcel Koch authored
-
Marcel Koch authored
-
- Sep 21, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 20, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Needed in dune-perftool-playground for Navier stokes
-
Dominic Kempf authored
-
René Heß authored
-
- Sep 19, 2018
- Sep 17, 2018
-
-
René Heß authored
Merge branch 'feature/better-subdomain-handling' into 'master' See merge request [dominic/dune-perftool!268] [dominic/dune-perftool!268]: Nonedominic/dune-perftool/merge_requests/268
-
- Sep 14, 2018
-
-
Dominic Kempf authored
-
René Heß authored
Note: Not yet working for gmsh files
-
René Heß authored
Merge branch 'feature/lambda-generation-with-more-geometry' into 'master' Target: normal-dependent constraints assembly. See merge request [dominic/dune-perftool!267] [dominic/dune-perftool!267]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/267
-
Dominic Kempf authored
-
Dominic Kempf authored
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
Merge branch 'feature/fix-constraints-assembly-bug' into 'master' We previously used bool() on the constraints expression to find out whether we need to use the DIrichletConstraintsAssembler. However, UFL does the stupid thing of evaulating `bool(eq(x[0], 0))` to False, because x[0] and 0 are obvioulsy not the same. Veeeery bad behaviour for a symbolic language. See merge request [dominic/dune-perftool!266] [dominic/dune-perftool!266]: gitlab.dune-project.org/dominic/dune-perftool/merge_requests/266
-
Dominic Kempf authored
We previously used bool() on the constraints expression to find out whether we need to use the DIrichletConstraintsAssembler. However, UFL does the stupid thing of evaulating bool(eq(x[0], 0)) to False, because x[0] and 0 are obvioulsy not the same. Veeeery bad behaviour for a symbolic language.
-
- Sep 13, 2018
-
-
Dominic Kempf authored
Merge branch 'feature/small-fix-for-conditional' into 'master' See merge request [dominic/dune-perftool!265] [dominic/dune-perftool!265]: Nonedominic/dune-perftool/merge_requests/265
-
Dominic Kempf authored
-
René Heß authored
-
René Heß authored
-