KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <unordered_set>
#include "meshing_application_variables.h"
#include "processes/process.h"
#include "includes/model_part.h"
#include "includes/key_hash.h"
#include "includes/kratos_parameters.h"
#include "utilities/binbased_fast_point_locator.h"
#include "spatial_containers/spatial_containers.h"
Go to the source code of this file.
Classes | |
class | Kratos::PointBoundary |
Custom Point container to be used to look in the boundary skin. More... | |
class | Kratos::NodalValuesInterpolationProcess< TDim > |
This utilitiy has as objective to interpolate the values inside elements (and conditions?) in a model part, using as input the original model part and the new one. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::NodalInterpolationFunctions | |
Functions | |
void | Kratos::NodalInterpolationFunctions::GetListNonHistoricalVariables (const ModelPart &rModelPart, std::unordered_set< std::string > &rVariableList) |
This methoid creates the list of non-historical variables fro nodal interpolation. More... | |