Wildmeshing Toolkit
local_id_table_offset.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <array>
3
#include <
wmtk/Tuple.hpp
>
4
5
6
namespace
wmtk::autogen::tet_mesh
{
7
// computes the offset of a tuple's local ids in the tables
8
int64_t
local_id_table_offset
(
const
Tuple& t);
9
10
// returns a lvid/leid/lfid associated iwth a particular tuple offset
11
std::array<int64_t, 3>
lvid_leid_lfid_from_table_offset
(int64_t table_offset);
12
13
}
// namespace wmtk::autogen::tet_mesh
14
15
#include "
local_id_table_offset.hxx
"
Tuple.hpp
wmtk::autogen::tet_mesh
Definition:
autogenerated_tables.cpp:4
wmtk::autogen::tet_mesh::lvid_leid_lfid_from_table_offset
std::array< int64_t, 3 > lvid_leid_lfid_from_table_offset(int64_t table_offset)
Definition:
local_id_table_offset.hxx:18
wmtk::autogen::tet_mesh::local_id_table_offset
int64_t local_id_table_offset(const Tuple &t)
Definition:
local_id_table_offset.hxx:6
local_id_table_offset.hxx
src
wmtk
autogen
tet_mesh
local_id_table_offset.hpp
Generated by
1.9.1