|
SpECTRE
2021.08.02
|
Holds classes implementing DampingFunction (functions \(R^n \to R\)). More...
Classes | |
| class | DampingFunction |
| Base class defining interface for constraint damping functions. More... | |
| class | GaussianPlusConstant |
| A Gaussian plus a constant: \(f = C + A \exp\left(-\frac{(x-x_0)^2}{w^2}\right)\). More... | |
| class | TimeDependentTripleGaussian |
| A sum of three Gaussians plus a constant, where the Gaussian widths are scaled by a domain::FunctionsOfTime::FunctionOfTime. More... | |
Functions | |
| template<size_t VolumeDim, typename Fr > | |
| bool | operator!= (const GaussianPlusConstant< VolumeDim, Fr > &lhs, const GaussianPlusConstant< VolumeDim, Fr > &rhs) noexcept |
| void | register_derived_with_charm () noexcept |
Holds classes implementing DampingFunction (functions \(R^n \to R\)).