Yes. You have to ask yourself what are AMR_SOL's prolongation and
restriction operators doing to your NEW quantity. The prolongation
is the interpolation done when putting down a new fine patch that
can't lift its solution from a previous fine patch. The restriction
is the averaging done on a fine patch when projecting its solution
onto the underlying coarse patch.
The default restriction operator assumes the quantities are in conserved
form and in effect computes a mass weighted average. The default
prolongation operator performs a MUSCL type reconstruction. This is
sympathetic to the types of shock-capturing schemes used by AMR_SOL,
but it results in a stepped interpolation that might cause grief
depending on what you're doing.
It is possible to overload the restriction and prolongation operators
via the patch-integrator. But then you're getting down to the bowels
of the machinery, with all the nitty gritty problems that entails.
James
> Thanks,
> matei