Git Product home page Git Product logo

cartesiangrids.jl's Introduction

CartesianGrids.jl

Tools for working with spatial fields discretized on or immersed in Cartesian grids

Documentation Build Status
Stable Dev Build Status Coverage

About the package

The purpose of this package is to enable easy setup of and operations on spatial fields on 2-d staggered Cartesian grids. Tools are provided for

  • Constructing field data that lie in the different finite-dimensional spaces of the grid: the centers, corners, and edges of the cells
  • Performing discretely-mimetic differential calculus operations on these data, such as div, grad, curl, etc. These operations are carried out in a manner that transforms them between the spaces.
  • Solving Poisson's equation on infinite grids using the lattice Green's function
  • Immersing data on co-dimension one and two entities (points, curves) into the grid
  • Performing operations on these co-dimension data.

Documentation can be found at https://JuliaIBPM.github.io/CartesianGrids.jl/latest.

CartesianGrids.jl is registered in the general Julia registry. To install, enter the package manager by typing

] add CartesianGrids

Then, in any version, type

julia> using CartesianGrids

For examples, consult the documentation or see the example Jupyter notebooks in the Examples folder.

cartesiangrids.jl's People

Contributors

jdeldre avatar haniehmsv avatar github-actions[bot] avatar navidcy avatar diederikb avatar

Stargazers

Dongdong Kong avatar Sebastián Barschkis avatar  avatar  avatar  avatar Maxim avatar Jeff Carpenter avatar Tomohiro Degawa avatar Mizuki KIHARA avatar Siva Swaminathan avatar Nikhil Yewale avatar Dennis Ogiermann avatar Mohamed Kamal AbdElrahman avatar  avatar Alex Ames avatar  avatar Masaaki Saitow avatar BIAN, Pei-Liang avatar Sebastian Micluța-Câmpeanu avatar

Watchers

James Cloos avatar  avatar  avatar

cartesiangrids.jl's Issues

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

Improvements needed for more efficient LGF table construction

Currently, the LGF table construction, which occurs during precompile, has a hard limit of 1600. This is already quite large and takes quite a bit of time to generate. It also does not gracefully prevent uses of grids that exceed this size. But anything that large should rely on asymptotics and other provisions from Liska and Colonius.

  • Should provide an error to prevent exceeding the bounds.
  • Should enable larger grids with asymptotics and other techniques.

Plot display errors appear in documentation code blocks

Visible in the code blocks preceding each of the plots, e.g. here:

julia> plot(u0)
Plot{Plots.GRBackend() n=1}
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: minimal, vnc, xcb, minimalegl, linuxfb, vkkhrdisplay, eglfs, offscreen.

Aborted (core dumped)
connect: Connection refused
GKS: can't connect to GKS socket application

GKS: Open failed in routine OPEN_WS
GKS: GKS not in proper state. GKS must be either in the state WSOP or WSAC in routine ACTIVATE_WS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.