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.
Classes | Namespaces | Typedefs
temporal_methods.h File Reference
#include "includes/define.h"
#include "includes/model_part.h"
#include "custom_methods/temporal_max_method.h"
#include "custom_methods/temporal_mean_method.h"
#include "custom_methods/temporal_min_method.h"
#include "custom_methods/temporal_rms_method.h"
#include "custom_methods/temporal_sum_method.h"
#include "custom_methods/temporal_variance_method.h"
Include dependency graph for temporal_methods.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >
 
class  Kratos::TemporalMethods::HistoricalTemporalMethods< TDataStorageFunctor >
 
class  Kratos::TemporalMethods::HistoricalInputHistoricalOutputTemporalMethods
 
class  Kratos::TemporalMethods::HistoricalInputNonHistoricalOutputTemporalMethods
 
class  Kratos::TemporalMethods::NodalNonHistoricalTemporalMethods
 
class  Kratos::TemporalMethods::ConditionNonHistoricalTemporalMethods
 
class  Kratos::TemporalMethods::ElementNonHistoricalTemporalMethods
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 
 Kratos::TemporalMethods
 

Typedefs

using Kratos::TemporalMethods::NodeType = ModelPart::NodeType
 
using Kratos::TemporalMethods::ElementType = ModelPart::ElementType
 
using Kratos::TemporalMethods::ConditionType = ModelPart::ConditionType
 
using Kratos::TemporalMethods::NodesContainerType = ModelPart::NodesContainerType
 
using Kratos::TemporalMethods::ElementsContainerType = ModelPart::ElementsContainerType
 
using Kratos::TemporalMethods::ConditionsContainerType = ModelPart::ConditionsContainerType