mmpd_adapter/fpcm/compressed_mesh.hpp File Reference

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"
Include dependency graph for compressed_mesh.hpp:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

compressed_mesh - Implementation of algorithm for compressing and storing mesh in compressed form for fast and memory efficient parallel handling.

Author:
kazimierz.michalik@agh.edu.pl
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1