Skip to main content

Insert cohesive elements into any mesh

Project description

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  • Install via pip

    pip install pyhesive
    
  • Clone the repo

    git clone https://gitlab.com/Jfaibussowitsch/pyhesive.git
    

Example Usage

  • [RECOMMENDED] Command line script

    pyhesive-insert -i /path/to/mesh/file
    

    Additional commmand line arguments are listed via

    pyhesive-insert --help
    
  • Python module import

    import pyhesive
    
    pyhesMesh = pyhesive.Mesh(mesh) # mesh created with meshio
    pyhesMesh.PartitionMesh()
    pyhesMesh.GenerateElements()
    pyhesMesh,WriteMesh()
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhesive-0.1.4.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

pyhesive-0.1.4-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page