#include "Albany_SolutionCullingStrategy.hpp"#include "Epetra_BlockMap.h"#include "Epetra_GatherAllV.hpp"#include "Teuchos_Assert.hpp"#include <algorithm>#include "Albany_Application.hpp"#include "Albany_AbstractDiscretization.hpp"#include "Epetra_Comm.h"#include <string>#include "Teuchos_TestForException.hpp"
Go to the source code of this file.
Classes | |
| class | Albany::UniformSolutionCullingStrategy |
| class | Albany::NodeSetSolutionCullingStrategy |
Namespaces | |
| namespace | Albany |
Albany driver code, problems, discretizations, and responses. | |
Functions | |
| Teuchos::RCP < SolutionCullingStrategyBase > | Albany::createSolutionCullingStrategy (const Teuchos::RCP< const Application > &app, Teuchos::ParameterList ¶ms) |
| Factory function. | |
1.7.1