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
PolyhedronQuadrature.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Quadrature.hpp
"
4
#include <geogram/mesh/mesh.h>
5
6
namespace
polyfem
7
{
8
namespace
quadrature
9
{
10
class
PolyhedronQuadrature
11
{
12
public
:
22
static
void
get_quadrature
(
23
const
Eigen::MatrixXd &
V
,
24
const
Eigen::MatrixXi &
F
,
25
const
Eigen::RowVector3d &kernel,
26
const
int
order,
27
Quadrature
&quadr);
28
};
10
class
PolyhedronQuadrature
{
…
};
29
}
// namespace quadrature
30
}
// namespace polyfem
V
int V
Definition
AdjointNLProblem.cpp:46
quadrature
Quadrature quadrature
Definition
MassMatrixAssembler.cpp:30
Quadrature.hpp
polyfem::quadrature::PolyhedronQuadrature
Definition
PolyhedronQuadrature.hpp:11
polyfem::quadrature::PolyhedronQuadrature::get_quadrature
static void get_quadrature(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::RowVector3d &kernel, const int order, Quadrature &quadr)
Gets the quadrature points & weights for a polyhedron.
Definition
PolyhedronQuadrature.cpp:95
polyfem::quadrature::Quadrature
Definition
Quadrature.hpp:9
polyfem
Definition
AMIPSEnergy.cpp:6
polyfem::ElasticityTensorType::F
@ F
src
polyfem
quadrature
PolyhedronQuadrature.hpp
Generated by
1.9.8