- Jun 14, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6044]]
-
Oliver Sander authored
[[Imported from SVN: r6043]]
-
- Jun 08, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6042]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6041]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6040]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6039]]
-
Jorrit Fahlke authored
or suffix. This is in particular applicable to strings. [[Imported from SVN: r6038]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6037]]
-
- Jun 07, 2010
-
-
Oliver Sander authored
a parameter hierarchy container directly. That way, the data structure is separated from the various ways to fill it. Having a parser class inherit from a container is certainly not a good design. However, it is the simplest way to get rid of the container implementation and still be 100% backward-compatible. I will deprecated a few container-related methods in the near future. [[Imported from SVN: r6036]]
-
Oliver Sander authored
class. This new class ParameterTree holds hierarchical sets of string-based key/value pairs. Input from streams/files-in-different-formats/ command-lines etc is expected to be implemented in separate parser code. The usage and implementation is the one from the ConfigParser class. We may want to discuss whether there are better designs/implementations for this. [[Imported from SVN: r6035]]
-
Oliver Sander authored
[[Imported from SVN: r6034]]
-
- Jun 06, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r6033]]
-
- Jun 04, 2010
-
-
Markus Blatt authored
1. There might have a previous erasion and therefore use_count is zero. 2. list_->chunks_[i] is a smartpointer and therefore always true [[Imported from SVN: r6032]]
-
Martin Nolte authored
[[Imported from SVN: r6031]]
-
- Jun 01, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6030]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6029]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6028]]
-
- May 31, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r6027]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6026]]
-
Jorrit Fahlke authored
<boost/io/ios_state.hpp>. While at it, save precision and width in addition to the flags and make sure it can be used by multiple compilation units. [[Imported from SVN: r6025]]
-
Jorrit Fahlke authored
Put each header/source on its own line and sort them. [[Imported from SVN: r6024]]
-
- May 28, 2010
-
-
Jorrit Fahlke authored
I'm actually going to need this class in PDELab. Of course, I could just use !AlwaysFalse<T>::value instead, but that makes the code even harder to understand. [[Imported from SVN: r6023]]
-
Jorrit Fahlke authored
If there is an implementation available in std or std::tr1 we fall back to that. [[Imported from SVN: r6022]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6021]]
-
Markus Blatt authored
[[Imported from SVN: r6020]]
-
Markus Blatt authored
[[Imported from SVN: r6019]]
-
- May 27, 2010
-
-
Oliver Sander authored
in dune-istl in revision 1220. The new file here is intended to be merged with mpicollectivecommunication. That will happen in a separate step. [[Imported from SVN: r6018]]
-
Jorrit Fahlke authored
The simple modeline was not able to describe the indentation rules used in that file. [[Imported from SVN: r6017]]
-
- May 26, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6016]]
-
Oliver Sander authored
[[Imported from SVN: r6015]]
-
- May 25, 2010
-
-
Oliver Sander authored
Please somebody verify that this is proper way. [[Imported from SVN: r6014]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6013]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6012]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6011]]
-
Jorrit Fahlke authored
Dune::Exception objects [[Imported from SVN: r6010]]
-
Jorrit Fahlke authored
ConfigParser::Parser helper template. This makes configparsertest compile. [[Imported from SVN: r6009]]
-
Oliver Sander authored
[[Imported from SVN: r6008]]
-
Jorrit Fahlke authored
Often the configuration file is given on the command line. However, configuration entries can also be given on the command line, and should usually take precedence over those from a file. With these changes it is possible to read entries from the command line, possibly setting one configuration entry to the name of a config file in the process. The configuration file can then be parsed, setting entries, which have not been set on the command line. Entries which already have been set on the command line will retain their command-line values. [[Imported from SVN: r6007]]
-
- May 19, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6006]]
-
- May 18, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6005]]
-