| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| SADoRe.tar | 2012-09-20 | 81.9 kB | |
| readme | 2012-09-20 | 836 Bytes | |
| Totals: 2 Items | 82.8 kB | 0 |
This matlab package, SADoRe,
accompanied by the paper
Q. Zhang 2012 CMAME
``Highly Accurate Lagrangian Flux Calculation
via Algebraic Quadratures
on Spline-Approximated Donating Regions,''
is for donating region construction and Lagrangian flux computation
in two-dimensional space.
This package depends on the SplineGauss package
by Sommariva and M. Vianello,
following the following steps to use SADoRe:
(1) Download SplineGauss from
http://www.math.unipd.it/~marcov/software.html
and make sure MATLAB can see these files.
(2) replace fct2D.m in the SplineGauss package by fct2D of this package:
mv fct2D.m SPLINEGAUSS_2009/
(3) add SPLINEGAUSS_2009 to your matlab path
(4) issue at matlab console the command
results = generateResultsForPaper(4, 7, 'rsvdct')
to reproduce the results in the paper.