MeshProcessing.jl

Introduction

This package implements a shared vertex representation for triangle meshes and various geometry processing algorithms that don't require dynamic updates of mesh connectivity. This includes the setup of discrete differential operators and algorithms like smoothing.

Todo

The current version does not take proper advantage of StaticArrays, see BaseUtilities

Warning

This is work in progress!

Installation

julia> using Pkg
julia> Pkg.Registry.add("https://visual2.cs.ovgu.de/roessl/VCJuliaRegistry.git")
julia> Pkg.add("MeshProcessing")
julia> using MeshProcessing