Skip to content
/ ASAUM Public
forked from lanl/ASAUM

Adaptive Structured and Unstructured Mesh

Notifications You must be signed in to change notification settings

charest/ASAUM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

Overview

ASAUM - Adaptive Structured and Unstructured Mesh - is a C++ library for representing distributed, multi-block structed and unstructured meshes. The library is meant to provide users with the ability to read/write, partition, and query the large distributed meshes that are commonly used in scientific computing.

Getting started

First, install dependiencies in Ubuntu 24.04

sudo apt install cmake liblua5.4-dev libexodusii-dev libparmetis-dev mpich libmpich-dev

Build the code with cmake

mkdir build
cd build
cmake <PATH_TO_SOURCE>
make

About

Adaptive Structured and Unstructured Mesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.2%
  • Roff 10.6%
  • CMake 2.7%
  • Lua 1.4%
  • Python 1.1%