| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| Modifier and Type | Method and Description |
|---|---|
static Function<GridSourceSet,SourceSet<? extends Source>> |
GridSourceSet.optimizer(Location loc)
Create a
Function for a location the condenses a
GridSourceSet into tabular form (distance, magnitude and azimuth
bins) for speedier iteration. |
| Modifier and Type | Method and Description |
|---|---|
static List<InputList> |
PointSources.finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
GridSourceSet grid)
Using the supplied
Sites and a GridSourceSet, from which the
standard data that is used to build point sources is derived, create and
return a List<InputList>. |