diff --git a/README.md b/README.md index 20c9f0b..1bb2b74 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ ![](READMEassets/forces-axo.png) -# aSAP -aSAP is... +# Asap.jl +Asap is... - the anti-SAP (2000) - results as Soon As Possible - another Structural Analysis Package Designed first-and-foremost for information-rich data structures and ease of querying, but always with performance in mind. +See also: [AsapToolkit](https://github.com/keithjlee/AsapToolkit), [AsapOptim](https://github.com/keithjlee/AsapOptim), [AsapHarmonics](https://github.com/keithjlee/AsapHarmonics.) + # Overview The primary information object is the `Model` data structure, that is constructed from a vector of `Node`s, `Element`s and `Load`s. Model nodes contain 6 DOF by default; for convenience, a subtype `TrussModel` (`TrussNode`, `TrussElement`) for large truss analysis is also provided. The following provides a quick overview of the general taxonomy and workflow.