Commit Graph

11 Commits

Author SHA1 Message Date
Atgeirr Flø Rasmussen
f386ffa804 Added fixes and assertions suggested by static analysis. 2012-04-23 13:28:18 +02:00
Bård Skaflestad
2930722be6 Prune duplicate <cmath> inclusion. 2012-04-10 18:16:51 +02:00
Xavier Raynaud
820b5d25a7 merge. 2012-04-10 17:18:38 +02:00
Kjetil Olsen Lye
071233f38a added missing include 2012-04-10 14:53:02 +02:00
Xavier Raynaud
f56f78289d Added cmath library so that fabs can be used. 2012-04-10 14:32:56 +02:00
Atgeirr Flø Rasmussen
6a042bdefe Do not write denormal values to vtk files.
Workaround for a bug in Paraview, at least on Mac.
2012-04-10 14:09:32 +02:00
Atgeirr Flø Rasmussen
f5ad161409 Changed some function signatures to take const UnstructuredGrid& instead of ptr. 2012-03-12 13:44:05 +01:00
Atgeirr Flø Rasmussen
ccda9308ce Proper vtk output of multicomponent fields (i.e. saturation, velocity). 2012-02-25 22:36:07 +01:00
Atgeirr Flø Rasmussen
4839b56e98 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.
2012-02-21 13:53:54 +01:00
Atgeirr Flø Rasmussen
f1502b722b Renamed function that was already renamed in header. 2012-02-19 21:31:58 +01:00
Atgeirr Flø Rasmussen
0395d7725e Moved writeVtkData() functions to utility/, added a test program. 2012-02-19 21:24:59 +01:00