On 7/25/19 8:12 AM, Ramprasad R wrote: > > I would like to know if I can use one name space (step-x) in another name > space (step-y). So that I can couple the 2 or more steps.
Yes, of course. These are just different namespaces. You can combine them in one program in the same way as you can copy a class with one name to a file in which you already have a class with a different name. 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/b0c917c6-25bf-da08-ae41-6ba5fbf2eef7%40colostate.edu.
