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 "includes/define.h"
#include "particle_mechanics_application_variables.h"
#include "containers/model.h"
#include "includes/element.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Kratos::MPMEnergyCalculationUtility | |
Typedefs | |
typedef std::size_t | Kratos::MPMEnergyCalculationUtility::IndexType |
typedef std::size_t | Kratos::MPMEnergyCalculationUtility::SizeType |
typedef Element::Pointer | Kratos::MPMEnergyCalculationUtility::ElementPointerType |
Functions | |
double | Kratos::MPMEnergyCalculationUtility::CalculatePotentialEnergy (Element &rElement) |
Assign and compute potential energy*. More... | |
double | Kratos::MPMEnergyCalculationUtility::CalculatePotentialEnergy (ModelPart &rModelPart) |
double | Kratos::MPMEnergyCalculationUtility::CalculateKineticEnergy (Element &rElement) |
double | Kratos::MPMEnergyCalculationUtility::CalculateKineticEnergy (ModelPart &rModelPart) |
double | Kratos::MPMEnergyCalculationUtility::CalculateStrainEnergy (Element &rElement) |
double | Kratos::MPMEnergyCalculationUtility::CalculateStrainEnergy (ModelPart &rModelPart) |
double | Kratos::MPMEnergyCalculationUtility::CalculateTotalEnergy (Element &rElement) |
Assign and compute total energy. More... | |
double | Kratos::MPMEnergyCalculationUtility::CalculateTotalEnergy (ModelPart &rModelPart) |