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, AsapOptim, AsapHarmonics.
Installation
Asap.jl is now a registered Julia package. Install through package mode in the REPL:
pkg> add Asap
or
using Pkg
Pkg.Add("Asap")
Citing
When using or extending this software for research purposes, please cite using the following:
Bibtex
@software{lee_2024_10581560,
author = {Lee, Keith Janghyun},
title = {Asap.jl},
month = jan,
year = 2024,
publisher = {Zenodo},
version = {v0.1},
doi = {10.5281/zenodo.10581560},
url = {https://doi.org/10.5281/zenodo.10581560}
}
Other styles
Or find a pre-written citation in the style of your choice here (see the Citation box on the right side). E.g., for APA:
Lee, K. J. (2024). Asap.jl (v0.1). Zenodo. https://doi.org/10.5281/zenodo.10581560
Extensions, Related packages
See AsapToolkit.jl for even more utility and post-processing functions.