Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-276-g3d6bff6232 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
▼
MeshToolsLib
►
MeshEditing
►
MeshGenerators
▼
MeshQuality
►
AngleSkewMetric.cpp
►
AngleSkewMetric.h
EdgeRatioMetric.cpp
►
EdgeRatioMetric.h
►
ElementQualityInterface.h
ElementQualityMetric.cpp
►
ElementQualityMetric.h
ElementSizeMetric.cpp
►
ElementSizeMetric.h
►
MeshValidation.cpp
►
MeshValidation.h
RadiusEdgeRatioMetric.cpp
►
RadiusEdgeRatioMetric.h
SizeDifferenceMetric.cpp
►
SizeDifferenceMetric.h
►
ComputeElementVolumeNumerically.cpp
►
ComputeElementVolumeNumerically.h
►
convertMeshToGeo.cpp
►
convertMeshToGeo.h
►
IntegrationPointDataTools.cpp
►
IntegrationPointDataTools.h
►
MeshInformation.cpp
►
MeshInformation.h
►
MeshSurfaceExtraction.cpp
►
MeshSurfaceExtraction.h
►
ZeroMeshFieldDataByMaterialIDs.cpp
►
ZeroMeshFieldDataByMaterialIDs.h
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
EdgeRatioMetric.h
Go to the documentation of this file.
1
15
#pragma once
16
17
#include "
ElementQualityMetric.h
"
18
#include "
MathLib/Point3d.h
"
19
20
namespace
MeshToolsLib
21
{
22
27
struct
EdgeRatioMetric
final :
public
ElementQualityMetric
28
{
29
using
ElementQualityMetric::ElementQualityMetric
;
30
31
void
calculateQuality
()
override
;
32
};
27
struct
EdgeRatioMetric
final :
public
ElementQualityMetric
{
…
};
33
}
// namespace MeshToolsLib
ElementQualityMetric.h
Definition of the ElementQualityMetricBase class.
Point3d.h
Definition of the Point3d class.
MeshToolsLib::ElementQualityMetric
Definition
ElementQualityMetric.h:31
MeshToolsLib::ElementQualityMetric::ElementQualityMetric
ElementQualityMetric(MeshLib::Mesh const &mesh)
Definition
ElementQualityMetric.cpp:23
MeshToolsLib
Definition
Node.h:29
MeshToolsLib::EdgeRatioMetric
Definition
EdgeRatioMetric.h:28
MeshToolsLib::EdgeRatioMetric::calculateQuality
void calculateQuality() override
Calculates the quality metric for each element of the mesh.
Definition
EdgeRatioMetric.cpp:22
MeshToolsLib
MeshQuality
EdgeRatioMetric.h
Generated by
1.12.0