On 1/27/20 9:01 AM, David Wells wrote:
> It sounds like you want to use Patterns::Map or Patterns::List.

They can also be nested, which I think is essentially what you want. Though if 
all of the entries of the list have the form
   {set var = bool, set var2 = string, etc}
then you might as well omit the 'set var =' part and have each entry of the 
list be a tuple:
  set array = val1, val2; val3, val4
Here, the ';' separates the outer list, the ',' the elements of each list entry.

Best
  W.

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                            www: http://www.math.colostate.edu/~bangerth/

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/73db15d1-825e-eec9-2e68-f436c8731d9d%40colostate.edu.

Reply via email to