preCICE v3.1.1
Loading...
Searching...
No Matches
Classes | Typedefs
precice::action Namespace Reference

contains actions to modify exchanged data. More...

Classes

class  Action
 Abstract base class for configurable actions on data and/or meshes. More...
 
class  ActionConfiguration
 Configures an Action subclass object. More...
 
class  PythonAction
 Action whose implementation is given in a Python file. More...
 
class  RecorderAction
 Action that records invocations for testing purposes. More...
 
class  ScaleByAreaAction
 
class  SummationAction
 Action that adds multiple source data into target data. More...
 

Typedefs

using PtrAction = std::unique_ptr<Action>
 
using PtrActionConfiguration = std::shared_ptr<ActionConfiguration>
 

Detailed Description

contains actions to modify exchanged data.

Typedef Documentation

◆ PtrAction

Definition at line 11 of file SharedPointer.hpp.

◆ PtrActionConfiguration

Definition at line 12 of file SharedPointer.hpp.