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 "meshing_application_variables.h"
#include "processes/process.h"
#include "includes/model_part.h"
#include "includes/kratos_parameters.h"
#include "includes/kratos_components.h"
#include "custom_includes/gauss_point_item.h"
#include "utilities/atomic_utilities.h"
#include "utilities/parallel_utilities.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::InternalVariablesInterpolationProcess |
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. | |
Typedefs | |
Type Definitions | |
typedef PointType::Pointer | Kratos::PointTypePointer |
typedef std::vector< PointTypePointer > | Kratos::PointVector |
typedef PointVector::iterator | Kratos::PointIterator |
typedef std::vector< double > | Kratos::DistanceVector |
typedef DistanceVector::iterator | Kratos::DistanceIterator |
Functions | |
Input and output | |
template<class TPointType , class TPointerType > | |
std::istream & | Kratos::operator>> (std::istream &rIStream, InternalVariablesInterpolationProcess &rThis) |
template<class TPointType , class TPointerType > | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const InternalVariablesInterpolationProcess &rThis) |