6
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 10 months ago.
Sep 04, 2022 — Sep 04, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed copied text accidentally left in.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Removed copied text accidentally left in.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Fixed class comments, LinearSolverUmfpack::solve() properly returns a report.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Fixed class comments, LinearSolverUmfpack::solve() properly returns a report.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
IncompTpfa now takes a linear solver as a constructor argument.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
IncompTpfa now takes a linear solver as a constructor argument.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Made the solve() methods const.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Made the solve() methods const.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Using LinearSolverUmfpack for the linear solver.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Using LinearSolverUmfpack for the linear solver.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Added LinearSolver* classes to build (not the ...Istl class though). Adding LinearSolverIstl would require a bit of work (making it optional etc.).
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Fixed include path bug, added new LinearSolver* classes to build. Note that the LinearSolverIstl class requires dune-common and dune-grid to be installed in f.ex. /usr/local, but since the cmake build support is experimental we add it for now.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Added LinearSolverInterface and two subclasses, using Umfpack and Istl.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Added LinearSolverInterface and two subclasses, using Umfpack and Istl.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
convert the 3p3cni model to context objects. More... over 12 years ago
deprecated.hh: fix typo More... over 12 years ago
fix the deprecation infrastructure More... over 12 years ago
make it really work on automake 1.9 More... over 12 years ago
work on the stokes2cni docu More... over 12 years ago
work on documentation More... over 12 years ago
update the model descriptions for the box models in the handbook More... over 12 years ago
improved documentation More... over 12 years ago
Added rudimentary CMake build support. - Only tested on a single workstation. - Requires non-standard FindUmfPack.cmake module to be installed. - Only builds library and spu_2p. No install or test targets. - Lacks lots of include and flags statements for robustness.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
Added #if HAVE_CONFIG_H guards around #include "config.h".
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
fixed make headercheck in dumux/freeflow More... over 12 years ago
Remove #include "config.h". - Since many other files don't. - We may want to establish a policy on this, that works with CMake. An alternative (not chosen) could have been to wrap the #include in #ifdef HAVE_CONFIG_H etc.
atgeirr
as Atgeirr Flø Rasmussen
More... over 12 years ago
moved grid creator include from *.cc to problem file to fix errors from make headercheck More... over 12 years ago
improved doxygen documentation More... over 12 years ago
fixed some accidental bugs from documentation process More... over 12 years ago
some clean-up More... over 12 years ago