awickert / gFlex

Multiple methods to solve elastic plate flexure, designed for applications to Earth's lithosphere.
http://csdms.colorado.edu/wiki/Model:gFlex
GNU General Public License v3.0
20 stars 11 forks source link

Allow point loads to produce gridded deflection field #22

Closed awickert closed 9 years ago

awickert commented 9 years ago

Prerequisite for #6. Comments in v.flexure may be used as a guide.

awickert commented 9 years ago
awickert commented 9 years ago

Going to be more difficult for lat/lon compatibility with GRASS GIS: distances must be calculated along great circle paths. Perhaps have a lat/lon flag and a great circle calculator included.

so lat/lon flag under numerical2D

and it will set off that for the distance calculations in the SAS_NG function

awickert commented 9 years ago

Can produce a deflection field for an arbitrary set of points, and this can include a grid. Think it's an even better solution that takes advantage of the analytical method!