MPS-Basic
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
x
y
z
~
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
~
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
x
y
z
Files
File List
File Members
All
Functions
Enumerations
▼
MPS-Basic
►
Execution
►
Building Environment
►
Input/Output
►
Improved Algorithms: Pressure Calculation
Improved Algorithms: Surface Detection
►
Coding Techniques
►
Contributing to MPS-Basic
►
Namespaces
►
Classes
▼
Files
▼
File List
►
docs
▼
src
►
particles_loader
►
pressure_calculator
►
surface_detector
bucket.cpp
►
bucket.hpp
common.hpp
►
domain.hpp
►
input.hpp
loader.cpp
►
loader.hpp
►
main.cpp
mps.cpp
►
mps.hpp
mps_factory.cpp
►
mps_factory.hpp
neighbor_searcher.cpp
►
neighbor_searcher.hpp
particle.cpp
►
particle.hpp
particles.cpp
►
particles.hpp
particles_exporter.cpp
►
particles_exporter.hpp
refvalues.cpp
►
refvalues.hpp
saver.cpp
►
saver.hpp
►
settings.hpp
simulation.cpp
►
simulation.hpp
►
weight.cpp
►
weight.hpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
mps_factory.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
input.hpp
"
// Assuming Input and other necessary headers are included
4
#include "
mps.hpp
"
// The MPS class
5
6
class
MPSFactory
{
7
public
:
8
static
MPS
create
(
const
Input
& input);
9
};
6
class
MPSFactory
{
…
};
MPSFactory
Definition
mps_factory.hpp:6
MPSFactory::create
static MPS create(const Input &input)
Definition
mps_factory.cpp:11
MPS
MPS simulation class.
Definition
mps.hpp:25
input.hpp
mps.hpp
Input
Represents the input data for MPS simulation.
Definition
input.hpp:12
src
mps_factory.hpp
Generated by
1.12.0