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.
Public Attributes | List of all members
Kratos::IO::PartitioningInfo Struct Reference

#include <io.h>

Collaboration diagram for Kratos::IO::PartitioningInfo:

Public Attributes

GraphType Graph
 
PartitionIndicesType NodesPartitions
 
PartitionIndicesType ElementsPartitions
 
PartitionIndicesType ConditionsPartitions
 
PartitionIndicesContainerType NodesAllPartitions
 
PartitionIndicesContainerType ElementsAllPartitions
 
PartitionIndicesContainerType ConditionsAllPartitions
 

Member Data Documentation

◆ ConditionsAllPartitions

PartitionIndicesContainerType Kratos::IO::PartitioningInfo::ConditionsAllPartitions

◆ ConditionsPartitions

PartitionIndicesType Kratos::IO::PartitioningInfo::ConditionsPartitions

◆ ElementsAllPartitions

PartitionIndicesContainerType Kratos::IO::PartitioningInfo::ElementsAllPartitions

◆ ElementsPartitions

PartitionIndicesType Kratos::IO::PartitioningInfo::ElementsPartitions

◆ Graph

GraphType Kratos::IO::PartitioningInfo::Graph

◆ NodesAllPartitions

PartitionIndicesContainerType Kratos::IO::PartitioningInfo::NodesAllPartitions

◆ NodesPartitions

PartitionIndicesType Kratos::IO::PartitioningInfo::NodesPartitions

The documentation for this struct was generated from the following file: