Giter VIP home page Giter VIP logo

gitter-badger / aboria Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aboria/aboria

0.0 1.0 0.0 7.86 MB

A C++ expression template library for particle-based numerical software -

Home Page: https://martinjrobins.github.io/Aboria

License: Other

CMake 1.31% Shell 0.58% Python 24.65% Batchfile 0.01% C++ 67.99% Hack 0.01% C 0.95% Ruby 0.50% XSLT 3.44% Smarty 0.04% Perl 0.44% Makefile 0.05% MATLAB 0.03%

aboria's Introduction

TravisCI Coverage

Aboria implements an Embedded Domain Specific Language (eDSL) in C++ for specifying expressions over particles and their neighbours in N dimensional space, with the aim of providing a useful library for implementing particle-based numerical algorithms, for example Molecular Dynamics, Smoothed Particle Hydrodynamics or Radial Basis Functions.

Aboria gives you:

  • an STL compatible container class to store a particle set containing a position and unique id for each particle, as well as any number of user-defined variables with arbitrary types.
  • the ability to embed each particle set within a hypercube N-dimensional domain with arbitrary periodicity. The underlying data structure can be a cell list, kd-tree or hyper oct-tree.
  • flexible neighbourhood queries that return iterators, and can use any integer p-norm distance measure for p > 0 (p == 1: Manhattan distance, p == 2: Euclidean distance, ... , p -> inf: Chebyshev distance)
  • an expression template API for forming non-linear operators over the particles. This can be used, for example, to implement interaction forces in Molecular Dynamics.
  • an API for forming linear kernel operators from C++ lambda functions, This can be used, for example, to implement Radial Basis Function kernels. These can be wrapped as Eigen matrices in order to solve linear systems based on kernel operators.

Aboria is distributed under a BSD 3-Clause License, see LICENCE for more details. For documentation see the Aboria website. If you are interested in contributing to Aboria, having trouble getting it working or just have a question, send me an email at [email protected] or create a GitHub issue or pull request.

aboria's People

Contributors

martinjrobins avatar roliveira avatar

Watchers

 avatar

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.