Volumetric density-equalizing reference map (VDERM)

Main programs:
- (For VDERM with no-flux boundary condition) see vderm.cpp
  Usage:
  g++ -I ./eigen-3.4.0/ -Ofast -fopenmp vderm.cpp -o vderm
  ./vderm

- (For VDERM with free boundary condition) see vderm_free.cpp
  Usage:
  g++ -I ./eigen-3.4.0/ -Ofast -fopenmp vderm_free.cpp -o vderm_free
  ./vderm_free

Visualization:
- (For VDERM with no-flux boundary condition) see vderm_visualization.m
- (For VDERM with free boundary condition) see vderm_free_visualization.m


If you use this code in your own work, please cite the following paper:
[1] G. P. T. Choi and C. H. Rycroft,
   "Volumetric density-equalizing reference map with applications."
   Journal of Scientific Computing, 86(3), 41, 2021.

Copyright (c) 2021-2023, Gary P. T. Choi

===============================================================

Dependencies:
- Eigen
- Openmp
