Hello, 

I know this is a weird question, but is there a way of telling a *Map* that 
there is a default value? 

For instance I'd like to express something like "*stress:4, power*" instead 
of what I have to do right now, such as "*stress:4, power:8*" (or whatever 
number).

The following is the code I am using now:

        params->declare_entry("csv", "strain:3, work:1", dealii::Patterns::
Map(dealii::Patterns::Selection("time|displacement|stress|strain|work|power"), 
dealii::Patterns::Integer(0), 1), "Dump to CSV file, comma separated values 
(time, displacement, stress, strain, work, power)");

Thanks!
    Franco

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to