GEOS
|
Namespace to contain the acoustic wave kernels. More...
Classes | |
class | ExplicitAcousticSEMBase |
Implements kernels for solving the acoustic wave equations explicit central FD method and SEM. More... | |
class | ExplicitAcousticAttenuativeSEM |
Specialization for attenuation kernel. More... | |
Typedefs | |
template<typename SUBREGION_TYPE , typename CONSTITUTIVE_TYPE , typename FE_TYPE > | |
using | ExplicitAcousticSEM = ExplicitAcousticSEMBase< SUBREGION_TYPE, CONSTITUTIVE_TYPE, FE_TYPE > |
Specialization for standard iso elastic kernel. | |
using | ExplicitAcousticSEMFactory = finiteElement::KernelFactory< ExplicitAcousticSEM, real64 > |
using | ExplicitAcousticAttenuativeSEMFactory = finiteElement::KernelFactory< ExplicitAcousticAttenuativeSEM, real64 > |
Namespace to contain the acoustic wave kernels.