Coder Social home page Coder Social logo

gds's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gds's Issues

gpde -> gds

represent arbitrary spatial dynamics in discrete, continuous time etc; pde should be derived, not base class.
combine with CML

decouple API

  • Fields with interiors & boundaries
  • coupling Fields via re-indexing
  • stateless operators with field-specific behaviors
  • generic operators written in terms of d, d*
  • dimension checking in operator equations
  • duck-typed Fields for numeric interop
  • visualization options per Field

Thank you for your contribution

Hey,

Sorry to bother you, I am doing a research project that is highly related to graph dynamics systems. I found this repository is really useful for my project. If you need help writing the doc or translating it into another language, I will gladly help.

Also, I am kind of familiar with 3D models, and I can write some 3D interfaces to connect with this library.

Best
Lin

support for generic evolution laws

API:

heat = node_ds(G)
heat.set_evolution(dydt = lambda t: heat.laplacian())
# Alternatively
heat.set_evolution(lhs = lambda t: heat.laplacian())
heat.set_evolution(next = lambda t: heat + heat.laplacian()*dt)
heat.set_boundary(...)

centos install problems

Sorry in advance if this is a basic mistake on my part, but after installing gds on centos using
pip install git+git://github.com/asrvsn/gds.git

I get a successful install, but a simple import gds in my conda python 3.8.3 env fails with:

[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.

import gds
Traceback (most recent call last):
File "", line 1, in
File "/home/mjessell/.local/lib/python3.8/site-packages/gds/init.py", line 1, in
from .fds import couple
File "/home/mjessell/.local/lib/python3.8/site-packages/gds/fds.py", line 12, in
from .ode.midpoint import ImplicitMidpoint
ModuleNotFoundError: No module named 'gds.ode'

thasnk for any pointers

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.