Region
Last update: 17.07.2025void addInputVariable(const Variable &variable)
Provide a method to add an input variable to the region.
Region(const RegionName &name, enum Topology topology, enum RegionDiscretizationType regionDiscretizationType)
Create region to be used in a coupled analysis.
Region(const RegionName &name, enum Topology topology)
Create region to be used in a coupled analysis.
void addOutputVariable(const Variable &variable)
Provide a method to add an output variable to the region.
Region(const RegionName &name, enum Topology topology, const DisplayName &displayName, enum RegionDiscretizationType regionDiscretizationType)
Create region to be used in a coupled analysis.
Region(const RegionName &name, enum Topology topology, const DisplayName &displayName)
Create region to be used in a coupled analysis.
RegionDiscretizationType
Provide enum for region discretization types.
Definition: CommonSettings.hpp:36