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
coupling_operations.distribute_point_values.DistributePointValuesOperation Class Reference

This operation converts concentrated nodal values (such as nodal loads) into distributed quantities (such as tractions) It is the inverse operation of the "ConvertDistributedValuesToPoint" operation. More...

Inheritance diagram for coupling_operations.distribute_point_values.DistributePointValuesOperation:
Collaboration diagram for coupling_operations.distribute_point_values.DistributePointValuesOperation:

Public Member Functions

def __init__ (self, settings, solver_wrappers, process_info, data_communicator)
 
def Execute (self)
 
def Check (self)
 

Public Attributes

 data_point
 
 data_dist
 
 redistribution_iterations
 
 redistribution_tolerance
 
 entities
 

Detailed Description

This operation converts concentrated nodal values (such as nodal loads) into distributed quantities (such as tractions) It is the inverse operation of the "ConvertDistributedValuesToPoint" operation.

Constructor & Destructor Documentation

◆ __init__()

def coupling_operations.distribute_point_values.DistributePointValuesOperation.__init__ (   self,
  settings,
  solver_wrappers,
  process_info,
  data_communicator 
)

Member Function Documentation

◆ Check()

def coupling_operations.distribute_point_values.DistributePointValuesOperation.Check (   self)

◆ Execute()

def coupling_operations.distribute_point_values.DistributePointValuesOperation.Execute (   self)

Member Data Documentation

◆ data_dist

coupling_operations.distribute_point_values.DistributePointValuesOperation.data_dist

◆ data_point

coupling_operations.distribute_point_values.DistributePointValuesOperation.data_point

◆ entities

coupling_operations.distribute_point_values.DistributePointValuesOperation.entities

◆ redistribution_iterations

coupling_operations.distribute_point_values.DistributePointValuesOperation.redistribution_iterations

◆ redistribution_tolerance

coupling_operations.distribute_point_values.DistributePointValuesOperation.redistribution_tolerance

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