PlateKinematics.jl

Tools for easy handling of Plate Kinematics functions with Julia
Author ValeEspinozaF
Popularity
2 Stars
Updated Last
2 Months Ago
Started In
November 2022

PlateKinematics.jl

Dev Build Status

Tools for easy handling of Plate Kinematics functions with Julia ๐ŸŒ ๐Ÿ“.

This package provides types, functions and documentation for working with Finite Rotations, Euler Vectors and Surface Velocities. The knowledge builds from the framework layed down by Allan Cox in his book Plate Tectonics: How It Works.

Installation

To install, use Julia's built-in package manager (accessed by pressing ] in the Julia REPL command prompt) to add the package and also to instantiate/build all the required dependencies.

julia> using Pkg
julia> Pkg.add("PlateKinematics")

Getting started

julia> using PlateKinematics
julia> ?PlateKinematics

To assign as alias to the module, you may use the following:

const pk = PlateKinematics

Examples

Some usage examples may be found under examples/. These examples are further explained in the package's documentation.

Used By Packages

No packages found.