2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | moment (intrect, badpts, npt, usage) |
Compute enclosing rectangle around flagged points. More... | |
subroutine moment | ( | dimension(nsize) | intrect, |
dimension(2,npt) | badpts, | ||
npt, | |||
save | usage | ||
) |
Compute enclosing rectangle around flagged points.
save some info., even tho. usage might be low and rect. scrapped.
[in] | badpts | x,y coords of cells around which a rectangle is to be made and compute efficiency on |
[in] | npt | num. of badpts. in the cluster. |
[out] | usage | ratio of flagged to unflagged badpts. in new grid measures goodness of fit and clustering |
[out] | intrect | stores some info. for grid created herein. sometimes rect = rnode, sometimes = temp. array. sometimes intrect = node. depending on calling prog. (grdfit or expand) |
Definition at line 17 of file moment.f.
References grdfit(), amr_module::ndihi, amr_module::ndilo, amr_module::ndjhi, amr_module::ndjlo, amr_module::node, amr_module::nsize, and amr_module::rnode.
Referenced by grdfit(), and smartbis().