Readcell does not honour globals.
Created by: subhacom
Readcell does not honour global variables, irrespective of whether they are set in the .g or .p file.
Reported by: niraj_
Created by: subhacom
Readcell does not honour global variables, irrespective of whether they are set in the .g or .p file.
Reported by: niraj_
Created by: subhacom
Original comment by: upibhalla
Created by: subhacom
Logged In: YES user_id=1525879 Originator: NO
Fixed. The semantics in MOOSE differ a bit now from those in GENESIS. In GENESIS, the readcell command has the side-effect that the global script variables can be altered from the cell definition file. In MOOSE the readcell command knows about the global script variables, and can redefine them locally, but these changes do not propagate back to the global script scope. There is now a regression test for these globals.
Original comment by: upibhalla