MUQ
0.4.3
Quadrature.cpp
Go to the documentation of this file.
1
#include "
MUQ/Approximation/Quadrature/Quadrature.h
"
2
3
#include "
MUQ/Utilities/Exceptions.h
"
4
5
using namespace
muq::Approximation
;
6
7
unsigned
int
Quadrature::Exactness
(
unsigned
int
quadOrder)
const
8
{
9
std::string className =
typeid
(*this).name();
10
11
throw
muq::NotImplementedError
(
"The Exactness method has not been implmented for class \""
+ className +
"\"."
);
12
return
0;
13
}
Exceptions.h
Quadrature.h
muq::Approximation::Quadrature::Exactness
virtual unsigned int Exactness(unsigned int quadOrder) const
Definition:
Quadrature.cpp:7
muq::NotImplementedError
Class for virtual base functions that are not implemented.
Definition:
Exceptions.h:22
muq::Approximation
Definition:
AllClassWrappers.h:7
doxygen_prep
modules
Approximation
src
Quadrature
Quadrature.cpp
Generated on Wed Jun 12 2024 00:48:28 for MUQ by
1.9.1