Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.14 KB

File metadata and controls

20 lines (16 loc) · 1.14 KB

Optimal PML Transformations

An optimal transformation for a given field and PML geometry is one which transforms the field to have a linear variation through the PML. This repo is a Julia implementation of this idea, which was described in my PhD thesis submitted to the University of Manchester.

Coverage Status codecov.io

Get started

To install this package, call

import Pkg
Pkg.add("https://github.com/jondea/OptimalPMLTransformations.jl")

or alternatively type ] add https://github.com/jondea/OptimalPMLTransformations.jl in the REPL.