#include <fstream>
#include <iostream>
#include <functional>
#include "../helpers/DetonationPressure.h"
#include "shells/utilities/BasicSensor.h"
#include "shells/driverCC/MShell.h"
#include "shells/driverCC/MassFunctor.h"
#include "shells/driverCC/PressureFunctor.h"
#include "shells/driverCC/InternalForceFunctor.h"
#include "shells/driverCC/NewmarkFunctor.h"
#include "shells/driverCC/VisualizeTecplot.h"
#include "shells/driverCC/BoundaryCFunctor.h"
#include "shells/driverCC/SetSPropsFunctor.h"
#include "shells/driverCC/SVertexFunctors.h"
#include "shells/parallel/MShellParallelizer.h"
#include "shells/utilities/PropertiesParser.h"
#include "shells/utilities/MakeUniqueName.h"
#include "shells/fem/smaterial.h"
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
References shells::MShell::active, shells::MShell::boundary, parallel::MShellParallelizer::exchange(), parallel::MShellParallelizer::initializeCommunication(), shells::MShell::initializeComputation(), shells::MShell::iterateOverEdges(), shells::MShell::iterateOverElements(), shells::MShell::iterateOverVertices(), utilities::makeUniqueName(), utilities::BasicSensor< EXTR >::printData(), utilities::PropertiesParser::readValues(), utilities::PropertiesParser::registerPropertiesVar(), and parallel::MShellParallelizer::residual.