TOC PREV NEXT INDEX

DVdownsize

Synopsis

discover the type of mesh, then call the corresponding downsizing base module

macro DVdownsize {
Mesh_Struct+Node_Data+Iparam &in {
nnodes+req;
};
float+Iparam factor[in.ndim];
DVdownsize_struct DVdownsize_struct {
in => <-.DVfld_match.links.link2;
&factor => <-.factor;
};
DVdownsize_unif DVdownsize_unif {
in => <-.DVfld_match.links.link0;
&factor => <-.factor;
};
DVdownsize_rect DVdownsize_rect {
in => <-.DVfld_match.links.link1;
&factor => <-.factor;
};
DVfld_match DVfld_match {
Mesh_Struct+IPort2


TOC PREV NEXT INDEX