Loading [MathJax]/extensions/tex2jax.js
PolyFEM
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
z
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
d
e
f
g
h
l
m
n
o
p
q
s
t
v
Enumerations
Related Symbols
a
c
e
g
i
l
o
p
s
Files
File List
File Members
All
_
a
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
c
d
e
f
g
i
l
m
q
s
t
v
w
x
y
z
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
EdgeSampler.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <Eigen/Dense>
4
5
namespace
polyfem
6
{
7
namespace
utils
8
{
9
class
EdgeSampler
10
{
11
public
:
12
static
void
sample_2d_simplex
(
const
int
resolution, Eigen::MatrixXd &samples);
13
static
void
sample_2d_cube
(
const
int
resolution, Eigen::MatrixXd &samples);
14
15
static
void
sample_3d_simplex
(
const
int
resolution, Eigen::MatrixXd &samples);
16
static
void
sample_3d_cube
(
const
int
resolution, Eigen::MatrixXd &samples);
17
};
9
class
EdgeSampler
{
…
};
18
}
// namespace utils
19
}
// namespace polyfem
polyfem::utils::EdgeSampler
Definition
EdgeSampler.hpp:10
polyfem::utils::EdgeSampler::sample_3d_simplex
static void sample_3d_simplex(const int resolution, Eigen::MatrixXd &samples)
Definition
EdgeSampler.cpp:63
polyfem::utils::EdgeSampler::sample_3d_cube
static void sample_3d_cube(const int resolution, Eigen::MatrixXd &samples)
Definition
EdgeSampler.cpp:103
polyfem::utils::EdgeSampler::sample_2d_cube
static void sample_2d_cube(const int resolution, Eigen::MatrixXd &samples)
Definition
EdgeSampler.cpp:9
polyfem::utils::EdgeSampler::sample_2d_simplex
static void sample_2d_simplex(const int resolution, Eigen::MatrixXd &samples)
Definition
EdgeSampler.cpp:38
polyfem
Definition
AMIPSEnergy.cpp:6
src
polyfem
utils
EdgeSampler.hpp
Generated by
1.9.8