Loading [MathJax]/extensions/MathMenu.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-171-gf370a16a5 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
►
ApplicationsLib
►
CLI
►
DataExplorer
►
DataHolderLib
▼
FileIO
►
FEFLOW
▼
Gmsh
GMSHAdaptiveMeshDensity.cpp
►
GMSHAdaptiveMeshDensity.h
GMSHFixedMeshDensity.cpp
►
GMSHFixedMeshDensity.h
►
GMSHInterface.cpp
►
GMSHInterface.h
GMSHLine.cpp
►
GMSHLine.h
GMSHLineLoop.cpp
►
GMSHLineLoop.h
►
GMSHMeshDensityStrategy.h
►
GMSHPoint.cpp
►
GMSHPoint.h
GMSHPolygonTree.cpp
►
GMSHPolygonTree.h
►
GmshReader.cpp
►
GmshReader.h
►
GocadIO
►
Legacy
►
SWMM
►
XmlIO
CsvInterface.cpp
►
CsvInterface.h
►
GMSInterface.cpp
►
GMSInterface.h
►
PetrelInterface.cpp
►
PetrelInterface.h
►
readGeometryFromFile.cpp
►
readGeometryFromFile.h
SHPInterface.cpp
►
SHPInterface.h
►
TetGenInterface.cpp
►
TetGenInterface.h
►
writeGeometryToFile.cpp
►
writeGeometryToFile.h
►
InSituLib
►
Python
►
Utils
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
GMSHFixedMeshDensity.cpp
Go to the documentation of this file.
1
12
#include "
GMSHFixedMeshDensity.h
"
13
14
namespace
FileIO
15
{
16
namespace
GMSH
17
{
18
GMSHFixedMeshDensity::GMSHFixedMeshDensity
(
double
mesh_density)
19
: _mesh_density(mesh_density)
20
{
21
}
18
GMSHFixedMeshDensity::GMSHFixedMeshDensity
(
double
mesh_density) {
…
}
22
23
void
GMSHFixedMeshDensity::initialize
(
24
std::vector<GeoLib::Point const*>
const
& vec)
25
{
26
// to avoid a warning here:
27
(void)(vec);
28
}
23
void
GMSHFixedMeshDensity::initialize
( {
…
}
29
30
double
GMSHFixedMeshDensity::getMeshDensityAtPoint
(
31
GeoLib::Point
const
*
const
/*unused*/
)
const
32
{
33
return
_mesh_density
;
34
}
30
double
GMSHFixedMeshDensity::getMeshDensityAtPoint
( {
…
}
35
36
double
GMSHFixedMeshDensity::getMeshDensityAtStation
(
37
GeoLib::Point
const
*
const
/*unused*/
)
const
38
{
39
return
_mesh_density
;
40
}
36
double
GMSHFixedMeshDensity::getMeshDensityAtStation
( {
…
}
41
42
}
// namespace GMSH
43
}
// end namespace FileIO
GMSHFixedMeshDensity.h
FileIO::GMSH::GMSHFixedMeshDensity::getMeshDensityAtStation
double getMeshDensityAtStation(GeoLib::Point const *const) const override
Definition
GMSHFixedMeshDensity.cpp:36
FileIO::GMSH::GMSHFixedMeshDensity::initialize
void initialize(std::vector< GeoLib::Point const * > const &vec) override
Definition
GMSHFixedMeshDensity.cpp:23
FileIO::GMSH::GMSHFixedMeshDensity::getMeshDensityAtPoint
double getMeshDensityAtPoint(GeoLib::Point const *const) const override
Definition
GMSHFixedMeshDensity.cpp:30
FileIO::GMSH::GMSHFixedMeshDensity::_mesh_density
double _mesh_density
Definition
GMSHFixedMeshDensity.h:33
FileIO::GMSH::GMSHFixedMeshDensity::GMSHFixedMeshDensity
GMSHFixedMeshDensity(double mesh_density)
Definition
GMSHFixedMeshDensity.cpp:18
GeoLib::Point
Definition
Point.h:31
FileIO
Definition
SHPImportDialog.h:19
Applications
FileIO
Gmsh
GMSHFixedMeshDensity.cpp
Generated by
1.12.0