The Wayback Machine - https://web.archive.org/web/20220602115352/https://github.com/topics/meshes
Skip to content
#

meshes

Here are 132 public repositories matching this topic...

CameronBieganek
CameronBieganek commented Jan 21, 2022

This ought to work:

julia> c = Ball(Point(0, 0), 1)
ERROR: MethodError: no method matching Ball(::Point2, ::Int64)
Closest candidates are:
  Ball(::Tuple, ::Any) at ~/.julia/packages/Meshes/6EgDO/src/primitives/ball.jl:17
  Ball(::Point{Dim, T}, ::T) where {Dim, T} at ~/.julia/packages/Meshes/6EgDO/src/primitives/ball.jl:13

You could either use promotion in the constructor

enhancement good first issue

A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required, some support for Octave) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).

  • Updated May 19, 2022
  • MATLAB

Improve this page

Add a description, image, and links to the meshes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the meshes topic, visit your repo's landing page and select "manage topics."

Learn more