|
| 1 | +# Component Implementations |
| 2 | + |
| 3 | +## Coordinate systems |
| 4 | + |
| 5 | +[`CSCart`](geocoords/CSCart.md) |
| 6 | +: Cartesian coordinate system. |
| 7 | + |
| 8 | +[`CSGeo`](geocoords/CSGeo.md) |
| 9 | +: Geographic coordinate system supported by Proj. |
| 10 | + |
| 11 | +[`CSGeoLocal`](geocoords/CSGeoLocal.md) |
| 12 | +: Geographic coordinate system with local origin and rotation angle. |
| 13 | + |
| 14 | +## Spatial databases |
| 15 | + |
| 16 | +[`AnalyticDB`](spatialdb/AnalyticDB.md) |
| 17 | +: Spatial database with values specified by analytical functions. |
| 18 | + |
| 19 | +[`UniformDB`](spatialdb/UniformDB.md) |
| 20 | +: Spatial database with uniform values (no spatial variation). |
| 21 | + |
| 22 | +[`SimpleDB`](spatialdb/SimpleDB.md) |
| 23 | +: Spatial database with arbitrarily distributed points. |
| 24 | + |
| 25 | +[`SimpleGridDB`](spatialdb/SimpleGridDB.md) |
| 26 | +: Spatial database with points on a logically rectangular grid aligned with the coordinate axes. |
| 27 | + |
| 28 | +[`CompositeDB`](spatialdb/CompositeDB.md) |
| 29 | +: Spatial database comprised of two spatial databases. |
| 30 | + |
| 31 | +[`UserFunctionDB`](spatialdb/UserFunctionDB.md) |
| 32 | +: Spatial database with values specified by a C/C++ function (used in MMS tests). |
| 33 | + |
| 34 | +[`GravityField`](spatialdb/GravityField.md) |
| 35 | +: Special spatial database implementation for a gravity field. |
| 36 | + |
| 37 | +## Temporal databasses |
| 38 | + |
| 39 | +[`TimeHistory`](spatialdb/TimeHistory.md) |
| 40 | +: User-specified time history using a file. |
| 41 | + |
| 42 | +## Nondimensionalization |
| 43 | + |
| 44 | +[`NondimElasticQuasistatic`](units/NondimElasticQuasistatic.md) |
| 45 | +: Nondimensional length scales in terms of quasistatic parameters. |
| 46 | + |
| 47 | +[`NondimElasticDynamic`](units/NondimElasticDynamic.md) |
| 48 | +: Nondimensional length scales in terms of dynamic parameters. |
0 commit comments