Skip to content
/ LPTlib Public
forked from avr-aics-riken/LPTlib

Lagrangian Particle Tracking library

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

so5/LPTlib

 
 

Repository files navigation

/*
 * LPTlib
 * Lagrangian Particle Tracking library
 *
 * Copyright (c) 2012-2014 Advanced Institute for Computational Science, RIKEN. 
 * All rights reserved.
 *
 */
 
LPTlib
======

Lagrangian Particle Tracking library is a C++ class library to compute trajectories of numerous particles.
This library is designed to achieve higher scalability in large-scale parallel environments using
particle-based load balancing and data caching algorithm to hide the communication cost of data transfer.


Contributors
------------
- Kenji Ono
- Naoyuki Sogo


Copyright
---------
Copyright (c) 2014 Advanced Institute for Computational Science, RIKEN.
All rights reserved.


License
-------
BSD (2-clause) license


Software Requirement
--------------------
- MPI library
- Text parser library



Ingredients
-----------

AUTHORS                Contributors
ChangeLog              History of modification
COPYING                Copyright
doc/                   Document
  Doxyfile             Configuration file to generate a doxygen file
  LPTdesign.pdf        Design of LPTlib
  LPTlib.pdf           User's manual (in Japanese)
FileConverter          Source files of file converter, 
                       which transform from LPT native output to FieldView 
include/               Header files
INSTALL                Description of how to install
LICENSE                License to apply
NEWS                   Release note
Makefile_hand          Building LPTlib by hand compile
README                 This document
src/                   Source codes

About

Lagrangian Particle Tracking library

Resources

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.0%
  • C++ 36.1%
  • Shell 17.9%