MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / Planarwave

Method Planarwave

src/Physics/InitialField.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include "Equations/Setup.h" // IWYU pragma: keep
28
29seissol::physics::Planarwave::Planarwave(const CellMaterialData& materialData,
30 double phase,
31 Eigen::Vector3d kVec,
32 std::vector<int> varField,
33 std::vector<std::complex<double>> ampField)
34 : m_varField(std::move(varField)), m_ampField(std::move(ampField)), m_phase(phase),
35 m_kVec(std::move(kVec)) {
36 init(materialData);
37}
38
39seissol::physics::Planarwave::Planarwave(const CellMaterialData& materialData,
40 double phase,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected