A class used to set the subblock index for testing generalized plane strain calculations when more than one out-of-plane strain is provided on different subsets of elements. More...
#include <TestSubblockIndexProvider.h>
Public Member Functions | |
TestSubblockIndexProvider (const InputParameters ¶ms) | |
virtual void | initialize () override |
virtual void | execute () override |
virtual void | finalize () override |
virtual unsigned int | getSubblockIndex (const Elem &) const override |
The index of subblock this element is on. More... | |
virtual unsigned int | getMaxSubblockIndex () const override |
The max index of subblock. More... | |
Static Public Member Functions | |
static InputParameters | validParams () |
A class used to set the subblock index for testing generalized plane strain calculations when more than one out-of-plane strain is provided on different subsets of elements.
Definition at line 24 of file TestSubblockIndexProvider.h.
TestSubblockIndexProvider::TestSubblockIndexProvider | ( | const InputParameters & | params | ) |
Definition at line 24 of file TestSubblockIndexProvider.C.
|
inlineoverridevirtual |
Definition at line 32 of file TestSubblockIndexProvider.h.
|
inlineoverridevirtual |
Definition at line 33 of file TestSubblockIndexProvider.h.
|
overridevirtual |
The max index of subblock.
Implements SubblockIndexProvider.
Definition at line 41 of file TestSubblockIndexProvider.C.
|
overridevirtual |
The index of subblock this element is on.
Implements SubblockIndexProvider.
Definition at line 30 of file TestSubblockIndexProvider.C.
|
inlineoverridevirtual |
Definition at line 31 of file TestSubblockIndexProvider.h.
|
static |
Definition at line 17 of file TestSubblockIndexProvider.C.