compressed_mesh - Implementation of algorithm for compressing and storing mesh in compressed form for fast and memory efficient parallel handling. More...
#include <inttypes.h>
#include <limits>
#include <algorithm>
#include <omp.h>
#include "coucal.h"
#include "uth_log.h"
Go to the source code of this file.
Classes | |
struct | fpcm::CompressedMesh::CoordMesh |
Namespaces | |
namespace | fpcm |
namespace | fpcm::CompressedMesh |
Typedefs | |
typedef int32_t | fpcm::CompressedMesh::PTID |
typedef PTID | fpcm::CompressedMesh::GID |
Functions | |
double | fpcm::CompressedMesh::point_accuracy () |
int | fpcm::CompressedMesh::EncodingProcessor (const double *const real_points, const int n_points, __restrict__ PTID *encoded_points, const CoordMesh &out_mesh) |
int | fpcm::CompressedMesh::TransformProcessor (const PTID *points_in, const int n_size, const CoordMesh &from, const CoordMesh &to, PTID *points_out) |
compressed_mesh - Implementation of algorithm for compressing and storing mesh in compressed form for fast and memory efficient parallel handling.