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
simplex_index_from_valid_index.cpp
Go to the documentation of this file.
1
#include "
simplex_index_from_valid_index.hpp
"
2
#include <cassert>
3
#include <
wmtk/autogen/edge_mesh/simplex_index_from_valid_index.hpp
>
4
#include <
wmtk/autogen/tet_mesh/simplex_index_from_valid_index.hpp
>
5
#include <
wmtk/autogen/tri_mesh/simplex_index_from_valid_index.hpp
>
6
7
namespace
wmtk::autogen::utils
{
8
auto
simplex_index_from_valid_index
(
9
const
PrimitiveType
mesh_type,
10
int8_t valid_index,
11
wmtk::PrimitiveType
type) -> int8_t
12
{
13
switch
(mesh_type) {
14
case
PrimitiveType::Edge
:
return
edge_mesh::simplex_index_from_valid_index
(valid_index, type);
15
case
PrimitiveType::Triangle
:
16
return
tri_mesh::simplex_index_from_valid_index
(valid_index, type);
17
case
PrimitiveType::Tetrahedron
:
18
return
tet_mesh::simplex_index_from_valid_index
(valid_index, type);
19
case
PrimitiveType::Vertex
:
return
0;
20
default
: assert(
false
);
21
}
22
return
0;
23
}
8
auto
simplex_index_from_valid_index
( {
…
}
24
}
// namespace wmtk::autogen::utils
simplex_index_from_valid_index.hpp
wmtk::autogen::edge_mesh::simplex_index_from_valid_index
int8_t simplex_index_from_valid_index(int8_t valid_index, wmtk::PrimitiveType type)
Definition
simplex_index_from_valid_index.hxx:7
wmtk::autogen::tet_mesh::simplex_index_from_valid_index
int8_t simplex_index_from_valid_index(int8_t valid_index, wmtk::PrimitiveType type)
Definition
simplex_index_from_valid_index.hxx:7
wmtk::autogen::tri_mesh::simplex_index_from_valid_index
int8_t simplex_index_from_valid_index(int8_t valid_index, wmtk::PrimitiveType type)
Definition
simplex_index_from_valid_index.hxx:7
wmtk::autogen::utils
Definition
largest_shared_subdart_size.cpp:7
wmtk::autogen::utils::simplex_index_from_valid_index
auto simplex_index_from_valid_index(const PrimitiveType mesh_type, int8_t valid_index, wmtk::PrimitiveType type) -> int8_t
Definition
simplex_index_from_valid_index.cpp:8
wmtk::PrimitiveType
PrimitiveType
Definition
PrimitiveType.hpp:9
wmtk::PrimitiveType::Triangle
@ Triangle
wmtk::PrimitiveType::Vertex
@ Vertex
wmtk::PrimitiveType::Tetrahedron
@ Tetrahedron
wmtk::PrimitiveType::Edge
@ Edge
simplex_index_from_valid_index.hpp
simplex_index_from_valid_index.hpp
simplex_index_from_valid_index.hpp
src
wmtk
autogen
utils
simplex_index_from_valid_index.cpp
Generated by
1.9.8