Table of Contents

Triangle

Triangle is a software module available on Comet.

Triangle overview

To access Triangle on Comet, run module load Triangle. This will load the default version of Triangle.

An overview of the module information is shown below (module -r spider ^Triangle$):

Triangle: Triangle/1.6-GCCcore-13.2.0
    Description:
      Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi
      diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for
      finite element analysis.

    This module can be loaded directly: module load Triangle/1.6-GCCcore-13.2.0

    Help:
      
      Description
      ===========
      Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations,
       conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes.
       The latter can be generated with no small or large angles,
       and are thus suitable for finite element analysis.
      
      More information
      ================
       - Homepage: https://www.cs.cmu.edu/~quake/triangle.html

If there are multiple versions of Triangle listed, then you can load a specific version as follows:

$ module load Triangle/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^Triangle$.


Triangle Help

The module Triangle has the following embedded help text (module help Triangle):

Description
===========
Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations,
 conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes.
 The latter can be generated with no small or large angles,
 and are thus suitable for finite element analysis.

More information
================
 - Homepage: https://www.cs.cmu.edu/~quake/triangle.html


Triangle Dependencies

The default version of the module Triangle has the following dependencies:


Back to software