High Performance Plasticity  0.5.0
python.cpp File Reference

The Python interface to the library. More...

#include <hpp/config.h>
#include <boost/python.hpp>
#include <hpp/tensor.h>
#include <hpp/casesUtils.h>
#include <hpp/spectralUtils.h>
#include <hpp/crystal.h>
#include <hpp/continuum.h>
#include <hpp/python.h>
#include "python_common.cpp"
Include dependency graph for python.cpp:

Functions

 BOOST_PYTHON_MODULE (hpppy)
 

Detailed Description

The Python interface to the library.

Author
Michael Malahe

Function Documentation

BOOST_PYTHON_MODULE ( hpppy  )

Common python functionality for both the CPU-only and CUDA-enabled builds. This file should not (and cannot) be compiled by itself. It is included in python.cpp and python.cu.