PeleLMex solver
This page will receive periodic updates.
Features of PeleLMex
Links
Dependencies
CMake
PeleLMex requires CMake 3.23.1 or higher which is usually higher than the default version (e.g. Cmake 3.16.3 in ubuntu 20.04)
With root accessibility, install latest CMake from APT repository
sudo apt-get update
sudo apt-get install -y software-properties-common apt-transport-https ca-certificates gnupg2
sudo wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg > /dev/null
sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main'
sudo apt-get update
sudo apt-get install cmake
Without root, download and compile from source code
./bootstrap --prefix=/path/to/your/installation/directory
make && make install
Visualization
Paraview
Paraview provides reader to data type of AMReX, i.e. “AMReX/BoxLib Grid Reader” or “AMReX/BoxLib Particles Reader”.
Only the particle reader is supported in Paraview 5.6.3.
Both readers are available in Paraview 5.10.0.
Enjoy Reading This Article?
Here are some more articles you might like to read next: