Skip to content

an implementation of a technique to remap the cubical domains with periodic boundary conditions to non-cubical shapes

Notifications You must be signed in to change notification settings

duncandc/cuboid_remap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuboid Remap

This is a python package which implements an algorithm to remap cubical domains with periodic boundary conditons (PBCs) to cuboid domains.

Description

The original implementation of this alogrithm by Jordan Carlson and Martin White is available here and presented in arxiv:1003.3178. If you use this code, you should cite that original publication.

Requirements

In order to use the functions in this package, you will need the following Python packages installed:

Installation

Place this directory in your PYTHONPATH. The various functions can then be imported as, e.g.:

from cuboid_remap import remap

You can run the testing suite for this package using the pytest framework by executing the following command in the package directory:

pytest

contact: duncanc@andrew.cmu.edu

About

an implementation of a technique to remap the cubical domains with periodic boundary conditions to non-cubical shapes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published