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 | Public Attributes | List of all members
manage_isolated_nodes_process.ManageIsolatedNodesProcess Class Reference
Inheritance diagram for manage_isolated_nodes_process.ManageIsolatedNodesProcess:
Collaboration diagram for manage_isolated_nodes_process.ManageIsolatedNodesProcess:

Public Member Functions

def __init__ (self, Model, custom_settings)
 
def ExecuteInitialize (self)
 
def ExecuteBeforeSolutionLoop (self)
 
def ExecuteInitializeSolutionStep (self)
 
def ExecuteFinalizeSolutionStep (self)
 

Public Attributes

 settings
 settings string in json format More...
 
 model
 
 model_part
 
 ManageNodesProcess
 

Constructor & Destructor Documentation

◆ __init__()

def manage_isolated_nodes_process.ManageIsolatedNodesProcess.__init__ (   self,
  Model,
  custom_settings 
)

Member Function Documentation

◆ ExecuteBeforeSolutionLoop()

def manage_isolated_nodes_process.ManageIsolatedNodesProcess.ExecuteBeforeSolutionLoop (   self)

◆ ExecuteFinalizeSolutionStep()

def manage_isolated_nodes_process.ManageIsolatedNodesProcess.ExecuteFinalizeSolutionStep (   self)

◆ ExecuteInitialize()

def manage_isolated_nodes_process.ManageIsolatedNodesProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def manage_isolated_nodes_process.ManageIsolatedNodesProcess.ExecuteInitializeSolutionStep (   self)

Member Data Documentation

◆ ManageNodesProcess

manage_isolated_nodes_process.ManageIsolatedNodesProcess.ManageNodesProcess

◆ model

manage_isolated_nodes_process.ManageIsolatedNodesProcess.model

◆ model_part

manage_isolated_nodes_process.ManageIsolatedNodesProcess.model_part

◆ settings

manage_isolated_nodes_process.ManageIsolatedNodesProcess.settings

settings string in json format

overwrite the default settings with user-provided parameters


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