SpECTRE
v2024.12.16
|
Holds classes implementing DampingFunction (functions
Classes | |
class | Constant |
A constant function: | |
class | DampingFunction |
Base class defining interface for constraint damping functions. More... | |
class | GaussianPlusConstant |
A Gaussian plus a constant: | |
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 Constant< VolumeDim, Fr > &lhs, const Constant< VolumeDim, Fr > &rhs) |
template<size_t VolumeDim, typename Fr > | |
bool | operator!= (const GaussianPlusConstant< VolumeDim, Fr > &lhs, const GaussianPlusConstant< VolumeDim, Fr > &rhs) |
void | register_derived_with_charm () |
bool | operator!= (const TimeDependentTripleGaussian &lhs, const TimeDependentTripleGaussian &rhs) |
Holds classes implementing DampingFunction (functions