Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
c2b46088
Commit
c2b46088
authored
May 12, 2021
by
niklas.baumgarten
Browse files
delete as it is unnecessary
parent
0808dabe
Changes
2
Show whitespace changes
Inline
Side-by-side
mlmc/src/estimators/MultilevelStochasticCollocation.cpp
deleted
100644 → 0
View file @
0808dabe
//
// Created by niklas on 11.05.21.
//
#include
"MultilevelStochasticCollocation.hpp"
mlmc/src/estimators/MultilevelStochasticCollocation.hpp
deleted
100644 → 0
View file @
0808dabe
#ifndef MULTILEVELSTOCHASTICCOLLOCATION_HPP
#define MULTILEVELSTOCHASTICCOLLOCATION_HPP
#include
"Estimator.hpp"
class
MultilevelStochasticCollocation
:
public
Estimator
{
private:
public:
std
::
string
Name
()
const
override
{
return
"MultilevelStochasticCollocation"
;
}
void
Method
()
override
{
// todo here is more stuff to be done
}
void
EstimatorResults
()
const
override
{
// todo do stuffs
}
};
#endif //MULTILEVELSTOCHASTICCOLLOCATION_HPP
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment