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
non_local_plasticity_process.NonLocalPlasticityProcess Class Reference
Inheritance diagram for non_local_plasticity_process.NonLocalPlasticityProcess:
Collaboration diagram for non_local_plasticity_process.NonLocalPlasticityProcess:

Public Member Functions

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

Public Attributes

 settings
 settings string in json format More...
 
 model_part
 
 model_part_name
 
 echo_level
 
 model
 
 main_model_part
 
 non_local_cxx_process
 

Constructor & Destructor Documentation

◆ __init__()

def non_local_plasticity_process.NonLocalPlasticityProcess.__init__ (   self,
  Model,
  custom_settings 
)

Member Function Documentation

◆ ExecuteInitialize()

def non_local_plasticity_process.NonLocalPlasticityProcess.ExecuteInitialize (   self)

◆ ExecuteInitializeSolutionStep()

def non_local_plasticity_process.NonLocalPlasticityProcess.ExecuteInitializeSolutionStep (   self)

Member Data Documentation

◆ echo_level

non_local_plasticity_process.NonLocalPlasticityProcess.echo_level

◆ main_model_part

non_local_plasticity_process.NonLocalPlasticityProcess.main_model_part

◆ model

non_local_plasticity_process.NonLocalPlasticityProcess.model

◆ model_part

non_local_plasticity_process.NonLocalPlasticityProcess.model_part

◆ model_part_name

non_local_plasticity_process.NonLocalPlasticityProcess.model_part_name

◆ non_local_cxx_process

non_local_plasticity_process.NonLocalPlasticityProcess.non_local_cxx_process

◆ settings

non_local_plasticity_process.NonLocalPlasticityProcess.settings

settings string in json format


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