Stephane Popinet
unread,Sep 28, 2022, 4:46:57 PM9/28/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to basil...@googlegroups.com
Hi Shine,
The 'prolongation' and 'restriction' operations are used to interpolate
between coarse to fine and fine to coarse grids respectively, typically
for multigrid solvers and/or when computing boundary conditions at
refinement levels for quad/octree grids.
So, yes, they are defined on both multigrid and tree grids.
The 'refine' and 'coarsen' operations are used when performing adaptive
mesh refinement and are thus defined only on tree grids.
('refine' and 'prolongation') and ('coarsen' and 'restriction') are
often identical, but not always i.e. it is useful to be able to tune one
independently fromy the other, depending in particular on the properties
of the field.
hope this helps,
Stephane