Skip to content
Snippets Groups Projects
Name Last commit Last update
..
lib/poems/Authors_List.txt
lib/poems/Copyright_Notice
lib/poems/Grants_List.txt
lib/poems/Makefile.g++
lib/poems/Makefile.icc
lib/poems/Makefile.lammps.empty
lib/poems/Makefile.mingw32-cross
lib/poems/Makefile.mingw32-cross-mpi
lib/poems/Makefile.mingw64-cross
lib/poems/Makefile.mingw64-cross-mpi
lib/poems/POEMSChain.h
lib/poems/POEMS_License.txt
lib/poems/README
lib/poems/SystemProcessor.h
lib/poems/bodies.h
lib/poems/body.cpp
lib/poems/body.h
lib/poems/body23joint.cpp
lib/poems/body23joint.h
lib/poems/colmatmap.cpp
lib/poems/colmatmap.h
lib/poems/colmatrix.cpp
lib/poems/colmatrix.h
lib/poems/defines.h
lib/poems/eulerparameters.cpp
lib/poems/eulerparameters.h
lib/poems/fastmatrixops.cpp
lib/poems/fastmatrixops.h
lib/poems/fixedpoint.cpp
lib/poems/fixedpoint.h
lib/poems/freebodyjoint.cpp
lib/poems/freebodyjoint.h
lib/poems/inertialframe.cpp
lib/poems/inertialframe.h
lib/poems/joint.cpp
lib/poems/joint.h
lib/poems/joints.h
lib/poems/mat3x3.cpp
lib/poems/mat3x3.h
lib/poems/mat4x4.cpp
lib/poems/mat4x4.h
lib/poems/mat6x6.cpp
lib/poems/mat6x6.h
lib/poems/matrices.h
lib/poems/matrix.cpp
lib/poems/matrix.h
lib/poems/matrixfun.cpp
lib/poems/matrixfun.h
lib/poems/mixedjoint.cpp
lib/poems/mixedjoint.h
lib/poems/norm.cpp
lib/poems/norm.h
lib/poems/onbody.cpp
lib/poems/onbody.h
lib/poems/onfunctions.cpp
lib/poems/onfunctions.h
lib/poems/onsolver.cpp
lib/poems/onsolver.h
lib/poems/particle.cpp
lib/poems/particle.h
lib/poems/poemslist.h
lib/poems/poemsnodelib.h
lib/poems/poemsobject.cpp
lib/poems/poemsobject.h
lib/poems/poemstree.h
lib/poems/poemstreenode.cpp
lib/poems/poemstreenode.h
lib/poems/point.cpp
lib/poems/point.h
lib/poems/points.h
lib/poems/prismaticjoint.cpp
lib/poems/prismaticjoint.h
lib/poems/revolutejoint.cpp
lib/poems/revolutejoint.h
lib/poems/rigidbody.cpp
lib/poems/rigidbody.h
lib/poems/rowmatrix.cpp
lib/poems/rowmatrix.h
lib/poems/solver.cpp
lib/poems/solver.h
lib/poems/sphericaljoint.cpp
lib/poems/sphericaljoint.h
lib/poems/system.cpp
lib/poems/system.h
lib/poems/vect3.cpp
lib/poems/vect3.h
lib/poems/vect4.cpp
lib/poems/vect4.h
lib/poems/vect6.cpp
lib/poems/vect6.h
lib/poems/virtualcolmatrix.cpp
lib/poems/virtualcolmatrix.h
lib/poems/virtualmatrix.cpp
lib/poems/virtualmatrix.h
lib/poems/virtualrowmatrix.cpp
lib/poems/virtualrowmatrix.h
lib/poems/workspace.cpp
lib/poems/workspace.h
POEMS (Parallelizable Open source Efficient Multibody Software) library

Rudranarayan Mukherjee, RPI
mukher at rpi.edu
June 2006

This is version 1.0 of the POEMS library, general purpose distributed
multibody dynamics software, which is able to simulate the dynamics of
articulated body systems.

POEMS is supported by the funding agencies listed in the Grants' List.
POEMS is an open source program distributed under the Rensselaer
Scorec License.

The Authors as listed in Authors' List reserve the right to reject the
request on technical supports of the POEMS freely obtained.

We are open to hear from you about bugs, an idea for improvement, and
suggestions, etc. We keep improving the POEMS. Check the POEMS web
site (www.rpi.edu/~anderk5/POEMS) for the recent changes.

All correspondence regarding the POEMS should be sent to:

By email: (preferred)
Prof. Kurt Anderson (anderk5@rpi.edu) or
Rudranarayan Mukherjee (mukher@rpi.edu) - include "[POEMS]" in the subject

or by mail:
Prof. Kurt S. Anderson
4006 Jonsson Engineering Center 	
Rensselaer Polytechnic Institute
110 8th Street,
Troy, NY 12180-3510, U.S.A.

-------------------------------------------------

This directory has source files to build a library that LAMMPS
links against when using the POEMA package.

This library must be built with a C++ compiler, before LAMMPS is
built, so LAMMPS can link against it.

Build the library using one of the provided Makefile.* files or create
your own, specific to your compiler and system.  For example:

make -f Makefile.g++

When you are done building this library, two files should
exist in this directory:

libpoems.a		the library LAMMPS will link against
Makefile.lammps		settings the LAMMPS Makefile will import

Makefile.lammps is created by the make command, by copying one of the
Makefile.lammps.* files.  See the EXTRAMAKE setting at the top of the
Makefile.* files.

Makefile.lammps has settings for 3 variables:

user-poems_SYSINC = leave blank for this package
user-poems_SYSLIB = leave blank for this package
user-poems_SYSPATH = leave blank for this package

Because this library does not currently need the additional settings
the settings in Makefile.lammps.empty should work.