Programming Reference for VirtualLab Fusion  2026.1
Loading...
Searching...
No Matches
PropagationOperator Class Referenceabstract

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Propagation operator for usage in projection algorithms More...

Inheritance diagram for PropagationOperator:

Public Member Functions

void DoBackwardPropagation (ComplexField field)
 Propagate from considered constraint domain into standard domain.
 
void DoForwardPropagation (ComplexField field)
 Propagate from standard domain into considered constraint domain.
 
 PropagationOperator ()
 Standard constructor.
 

Detailed Description

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Propagation operator for usage in projection algorithms

Member Function Documentation

◆ DoBackwardPropagation()

void DoBackwardPropagation ( ComplexField field)
abstract

Propagate from considered constraint domain into standard domain.

Parameters
fieldThe field to propagate.

◆ DoForwardPropagation()

void DoForwardPropagation ( ComplexField field)
abstract

Propagate from standard domain into considered constraint domain.

Parameters
fieldThe field to propagate.