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

Method initializeEasiBoundaryReader

src/Initializer/MemoryManager.cpp:864–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864void seissol::initializer::MemoryManager::initializeEasiBoundaryReader(const char* fileName) {
865 const auto fileNameStr = std::string{fileName};
866 if (fileNameStr != "") {
867 m_easiBoundary = EasiBoundary(fileNameStr);
868 }
869}
870
871
872#ifdef ACL_DEVICE

Callers 1

initBoundaryFunction · 0.80

Calls 1

EasiBoundaryClass · 0.70

Tested by

no test coverage detected