hsundar / dendro

Parallel Algorithms for Octree Meshing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DENDRO v1.0
-------------------------
The instructions for installing the library can be found in the
INSTALL file. 

'DENDRO' is a collection of tools for parallel octree-based
applications. It is written in C++ using the standard template library
(STL) and uses the Message Passing standard, MPI. It supports the
PETSc objects 'Mat' and 'Vec' and provides interfaces to PETSc's
linear and non-linear solvers. DENDRO is released under the GNU Public
License, a copy of which can be found in the file LICENCE.GPL


The DENDRO library comprises of 4 main modules, which are listed below: 
1. 'par': A templated library of parallel functions used for sorting, 
          merging, searching and partitioning data.  
2. 'oct': Functions used to construct and balance linear 
          octrees.  
3. 'oda': Functions used to construct and manage the 
          Finite element mesh and provides interfaces to create the PETSc objects 
          'Mat' and 'Vec'.  
4. 'omg': Functions used to set up and use the multigrid 
          solver on the octree based finite element discretization.

A quick tutorial can be found in Manual/Manual.pdf
Detailed Doxygen documentation can be generated using the configure
file provided under Doc/Doxyfile. 


About

Parallel Algorithms for Octree Meshing

License:GNU General Public License v2.0


Languages

Language:HTML 84.9%Language:C 6.9%Language:TeX 3.5%Language:C++ 1.8%Language:Mathematica 1.1%Language:Mercury 0.7%Language:MATLAB 0.6%Language:Objective-C 0.2%Language:Shell 0.1%Language:CSS 0.1%Language:Python 0.0%Language:Makefile 0.0%Language:M 0.0%