Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
m
p
r
s
Typedefs
a
b
c
d
g
i
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
a
c
e
f
h
i
l
m
n
o
p
s
t
u
w
Files
File List
File Members
All
a
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
Functions
c
d
l
m
n
o
p
r
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
tuple_from_valid_index.hxx
Go to the documentation of this file.
1
#pragma once
2
// DO NOT MODIFY, autogenerated from the /scripts directory
3
#include "
autogenerated_tables.hpp
"
4
#include "
tuple_from_valid_index.hpp
"
5
6
namespace
wmtk::autogen::tet_mesh
{
7
inline
Tuple
tuple_from_valid_index
(int64_t global_cid, int8_t valid_tuple_index)
8
{
9
const
auto
& [lvid, leid, lfid] =
auto_valid_tuples
[valid_tuple_index];
10
11
return
Tuple
(lvid, leid, lfid, global_cid);
12
}
7
inline
Tuple
tuple_from_valid_index
(int64_t global_cid, int8_t valid_tuple_index) {
…
}
13
14
}
// namespace wmtk::autogen::tet_mesh
wmtk::Tuple
The Tuple is the basic navigation tool in our mesh data structure.
Definition
Tuple.hpp:19
wmtk::autogen::tet_mesh
Definition
autogenerated_tables.cpp:4
wmtk::autogen::tet_mesh::auto_valid_tuples
const int8_t auto_valid_tuples[24][3]
Definition
autogenerated_tables.cpp:77
wmtk::autogen::tet_mesh::tuple_from_valid_index
Tuple tuple_from_valid_index(int64_t global_cid, int8_t valid_tuple_index)
Definition
tuple_from_valid_index.hxx:7
autogenerated_tables.hpp
tuple_from_valid_index.hpp
src
wmtk
autogen
tet_mesh
tuple_from_valid_index.hxx
Generated by
1.9.8