GEOSX
Public Member Functions | Public Attributes | List of all members
geos::DofManager::FieldSupport Struct Reference

Describes field support on a single mesh body/level. More...

#include <DofManager.hpp>

Public Member Functions

bool add (FieldSupport const &input)
 add the regionNames contained in input if the meshBodyName and the meshLevelName of input match the ones of this obj More...
 

Public Attributes

string meshBodyName
 name of the mesh body
 
string meshLevelName
 name of the mesh level
 
std::set< stringregionNames
 list of the region names
 

Detailed Description

Describes field support on a single mesh body/level.

Definition at line 66 of file DofManager.hpp.

Member Function Documentation

◆ add()

bool geos::DofManager::FieldSupport::add ( FieldSupport const &  input)
inline

add the regionNames contained in input if the meshBodyName and the meshLevelName of input match the ones of this obj

Parameters
inputa FieldSupport descriptor
Returns
true regionNames were added
false regionNames were not added

Definition at line 84 of file DofManager.hpp.


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