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 | Functions
processes.create_point_based_entites_process Namespace Reference

Classes

class  CreatePointBasedEntitiesProcess
 This process creates point based entities on the nodes of SubModelPart(s). More...
 

Functions

def Factory (settings, Model)
 
def RecursiveCreateModelParts (model_part, model_part_name)
 This function creates a hierarchy of SubModelParts on a given ModelPart. More...
 

Function Documentation

◆ Factory()

def processes.create_point_based_entites_process.Factory (   settings,
  Model 
)

◆ RecursiveCreateModelParts()

def processes.create_point_based_entites_process.RecursiveCreateModelParts (   model_part,
  model_part_name 
)

This function creates a hierarchy of SubModelParts on a given ModelPart.