#include <MaterialProperty.h>
Public Member Functions | |
| OptionalMaterialPropertyProxy (const std::string &name, const unsigned int state) | |
| const GenericOptionalMaterialProperty< T, is_ad > & | value () const |
| void | resolve (M &mpi) override |
Protected Attributes | |
| const std::string | _name |
| const unsigned int | _state |
Private Attributes | |
| GenericOptionalMaterialProperty< T, is_ad > | _value |
Definition at line 453 of file MaterialProperty.h.
|
inline |
Definition at line 708 of file MaterialPropertyInterface.h.
|
inlineoverridevirtual |
Implements OptionalMaterialPropertyProxyBase< M >.
Definition at line 713 of file MaterialPropertyInterface.h.
|
inline |
Definition at line 712 of file MaterialPropertyInterface.h.
|
protectedinherited |
Definition at line 55 of file MaterialPropertyInterface.h.
|
protectedinherited |
Definition at line 56 of file MaterialPropertyInterface.h.
Referenced by OptionalMaterialPropertyProxy< M, T, is_ad >::resolve().
|
private |
Definition at line 726 of file MaterialPropertyInterface.h.
Referenced by OptionalMaterialPropertyProxy< M, T, is_ad >::resolve(), and OptionalMaterialPropertyProxy< M, T, is_ad >::value().
1.8.14