#include <CardinalAction.h>
|
virtual void | setObjectBlocks (InputParameters ¶ms, const std::vector< SubdomainName > &blocks) |
|
|
std::vector< SubdomainName > | _blocks |
| subdomains to which this action applies More...
|
|
This is a base Action class for derived classes that set up syntax in Cardinal.
◆ CardinalAction()
CardinalAction::CardinalAction |
( |
const InputParameters & |
parameters | ) |
|
◆ setObjectBlocks()
void CardinalAction::setObjectBlocks |
( |
InputParameters & |
params, |
|
|
const std::vector< SubdomainName > & |
blocks |
|
) |
| |
|
protectedvirtual |
Set the blocks to which an object created by this action applies
- Parameters
-
[in] | params | input parameters |
[in] | blocks | block that the object applies to |
◆ validParams()
InputParameters CardinalAction::validParams |
( |
| ) |
|
|
static |
◆ _blocks
std::vector<SubdomainName> CardinalAction::_blocks |
|
protected |
subdomains to which this action applies
The documentation for this class was generated from the following files: