<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all,<br>
<br>
in order to
set up my simulation, I need to access the values of certain fields in
the ghost zones.<br>
If I do something like:<br>
<br>
<address>pf = load(data)</address>
<address>region = pf.h.region(...)</address>
<address>x = region[field]<br>
<br>
</address>
x contains the values of field for the physical grid only. Is there a
way I can get the same 1D-array but with the ghost zones included as
well ?<br>
<br>
Thanks for your help,<br>
<br>
Jean-Claude<br>
</body>
</html>