Go to the documentation of this file.
18 class PeriodicBoundaryBase;
36 virtual void act()
override;
46 void setPeriodicVars(PeriodicBoundaryBase & p,
const std::vector<VariableName> & var_names);
static InputParameters validParams()
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
InputParameters validParams< AddPeriodicBCAction >()
void setPeriodicVars(PeriodicBoundaryBase &p, const std::vector< VariableName > &var_names)
AddPeriodicBCAction(InputParameters params)
bool autoTranslationBoundaries()
This function will automatically add the correct translation vectors for each requested dimension whe...
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
This Action adds a periodic boundary to the problem.