Skip to content

ValeEspinozaF/PlateKinematics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Examples

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