This file contains the pure virtual "Analysis object" declarations, so far, static and dynamic analysis are available. More...
#include <mpi.h>
#include <ctime>
#include <memory>
#include <iostream>
#include <algorithm>
#include "Mesh.hpp"
#include "Recorder.hpp"
#include "LoadCombo.hpp"
#include "Integrator.hpp"
Go to the source code of this file.
Classes | |
class | Analysis |
Virtual class for defining the analysis type to be performed. More... | |
This file contains the pure virtual "Analysis object" declarations, so far, static and dynamic analysis are available.