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
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
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
CreateExchange.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <optional>
14
#include <vector>
15
16
namespace
BaseLib
17
{
18
class
ConfigTree;
19
}
20
21
namespace
MeshLib
22
{
23
class
Mesh;
24
}
25
26
namespace
ChemistryLib
27
{
28
namespace
PhreeqcIOData
29
{
30
struct
ExchangeSite;
31
32
std::vector<ExchangeSite>
createExchange
(
33
std::optional<BaseLib::ConfigTree>
const
& config,
MeshLib::Mesh
& mesh);
34
}
// namespace PhreeqcIOData
35
}
// namespace ChemistryLib
MeshLib::Mesh
Definition
Mesh.h:45
BaseLib
Definition
TestDefinition.h:21
ChemistryLib::PhreeqcIOData::createExchange
std::vector< ExchangeSite > createExchange(std::optional< BaseLib::ConfigTree > const &config, MeshLib::Mesh &mesh)
Definition
CreateExchange.cpp:22
ChemistryLib
Definition
ChemicalSolverInterface.h:31
MeshLib
Definition
ProjectData.h:41
ChemistryLib
PhreeqcIOData
CreateExchange.h
Generated by
1.12.0