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 Member Functions | List of all members
CSharpKratosWrapper::MeshConverter Class Reference

#include <mesh_converter.h>

Collaboration diagram for CSharpKratosWrapper::MeshConverter:

Public Member Functions

void ProcessMesh (std::vector< Kratos::intrusive_ptr< Kratos::Element >> &elements)
 
std::vector< face > & GetFaces ()
 
std::vector< int > & GetNodes ()
 

Member Function Documentation

◆ GetFaces()

std::vector< face > & MeshConverter::GetFaces ( )

Allows access to faces of generated mesh.

See also
ProcessMesh

◆ GetNodes()

std::vector< int > & MeshConverter::GetNodes ( )

Allows access to nodes of generated mesh.

See also
ProcessMesh

◆ ProcessMesh()

void MeshConverter::ProcessMesh ( std::vector< Kratos::intrusive_ptr< Kratos::Element >> &  elements)

Generates surface mesh from elements. All elements must be tetrahedral

Parameters
elementsVector of tetrahedral elements

The documentation for this class was generated from the following files: