Coder Social home page Coder Social logo

simbox's Introduction

simbox

Toolbox for numerical discretizations of PDEs

  • General Mesh class for a mesh of arbitrary dimension
  • Mesh3D, Mesh2D, and Mesh1D for general 1, 2, and 3D mesh
    • enables reading of standard mesh file formats (MSH, NEU, XML, CAS)
  • Domain class to hold parallelization information
  • SimulationData base class for data output from a general Mesh
    • implementation by HDF5, VTK
  • utilities
    • Timer
    • LookupTable
    • SignalGenerator
    • SignalProcessing

simbox's People

Contributors

pederson avatar

Watchers

James Cloos avatar  avatar

simbox's Issues

lookup table

The lookup table class could probably be implemented better. Could do a specific LUT for "mapped" data that is too big for memory. Then another LUT for data this is to be read in.

RegularMesh

create RegularMesh 2D and 3D derived from Mesh2D and Mesh3D. This should know how to point to neighbor cells/nodes in each direction. Implement morton ordering. Need a RegularDomain class to accompany this.

MultiSetContainer inherits container functions

should be able to call base container functions on individual subsets of the multisetcontainer.

For example, if the base container has a method: container.vectorize(),
then the set_container should be able to do this: set_container::set("my_set").vectorize()

mesh property generation by point query

generate properties over the mesh points by doing a contains_point() query for every mesh node. Can be extended to elements by doing multiple contains_point()

GradedMesh

rectangular mesh with variable spacing at each point. Pretty simple addition but can make a difference to solution quality and time to solve

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.