Skip to content

Implements the DTFE algorithm from (Schaap, 2007 PhD) for evaluating arbitrary fields

License

Notifications You must be signed in to change notification settings

harveydevereux/DelaunayTessellationFieldEstimator.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DelaunayTessellationFieldEstimator.jl

What is it?

This package is an implementation the DTFE algorithm (Schaap, 2007 PhD) for calculating an estimate of a particle density field (can be used for other fields too if the 'mass' is some another physical attribute).

Dependent on

Current limitations

  • Currently 2D since VoronoiDelaunay.jl is and everything is based on this.

  • 'Due to numerical restrictions the point coordinates must be within min_coord <= x <= max_coord where min_coord=1.0+eps(Float64) and max_coord=2.0-2eps(Float64). Note this is a bit different than what is required by the GeometricalPredicates package.' - Quote VoronoiDelaunay.jl

TODO

Example of what this does

A visualisation for a density field approximation

Notebook density

About

Implements the DTFE algorithm from (Schaap, 2007 PhD) for evaluating arbitrary fields

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages