p4est 2.8.6
p4est is a software library for parallel adaptive mesh refinement.
|
Auxiliary program to generate a file of points in parallel.
Auxiliary program to generate a file of points in parallel.It uses the MPI I/O functionality of libsc to create one large file. The file is written to in parallel and using partitioned file access.
The file contains first a binary integer p4est_gloidx_t storing the global number of points and then the list of point coordinates as 3-tuples of binary type double.
The usage of the program is
p8est_points_generate <configuration> <globalnumpoints> <prefix>
where configuration is one of
unit
The unit cube,brick
An example brick connectivity using configuration (2,3,4) as the number of trees per direction.periodic
The unit cube with all-periodic boundary conditions.rotwrap
The unit cube with various self-periodic b.c.twocubes
Two connected cubes.rotcubes
A collection of six connected rotated cubes.