MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
Structure to hold seismic analysis information. More...
#include <Seismic.h>
Public Attributes | |
bool | isActive = false |
bool | hasHeader = true |
std::string | filename = "" |
Structure to hold seismic analysis information.
This structure contains information about whether seismic analysis is active, whether the seismic data file has a header, and the filename of the seismic data.
std::string SeismicAnalysis::filename = "" |
bool SeismicAnalysis::hasHeader = true |
Boolean indicating if the seismic data file has a header.
bool SeismicAnalysis::isActive = false |
Boolean indicating if seismic analysis is active.