The Wayback Machine - https://web.archive.org/web/20201016170520/https://github.com/topics/julia-language
Skip to content
#

julia-language

julia logo

Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Here are 561 public repositories matching this topic...

julia
isentropic
isentropic commented Jul 13, 2020

Create a new series type that draws pixels. It is similar to st=:scatter with smallest size and no border if backend cannot draw pixels natively. PyPlot and GR are capable of this where the benefit is vastly faster plotting for huge data where line plots take too long

JonasIsensee
JonasIsensee commented Aug 25, 2020

The standard API, @load does not handle
files with groups in them. (Either skips them or errors)

Instead we could load groups as Dict{String, Any} in the future.

Additionally one could consider modifying the functionality of @save and FileIO.save
to automatically convert nested Dict{String, Any} into groups.

Any thoughts?

ahojukka5
ahojukka5 commented Sep 16, 2019
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.

At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.

Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman

Released February 14, 2012

Organization
JuliaLang
Website
julialang.org
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.