22template <
typename T,
bool is_ad>
45 const std::vector<CutSubdomainID>
_keys;
46 const std::vector<std::string>
_vals;
56 std::unordered_map<unsigned int, const GenericMaterialProperty<T, is_ad> *>
_prop_map;
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
XFEMCutSwitchingMaterialTempl< RankThreeTensor, true > ADXFEMCutSwitchingMaterialRankThreeTensor
XFEMCutSwitchingMaterialTempl< RankFourTensor, true > ADXFEMCutSwitchingMaterialRankFourTensor
XFEMCutSwitchingMaterialTempl< RankTwoTensor, false > XFEMCutSwitchingMaterialRankTwoTensor
XFEMCutSwitchingMaterialTempl< Real, false > XFEMCutSwitchingMaterialReal
XFEMCutSwitchingMaterialTempl< RankFourTensor, false > XFEMCutSwitchingMaterialRankFourTensor
XFEMCutSwitchingMaterialTempl< Real, true > ADXFEMCutSwitchingMaterialReal
XFEMCutSwitchingMaterialTempl< RankTwoTensor, true > ADXFEMCutSwitchingMaterialRankTwoTensor
XFEMCutSwitchingMaterialTempl< RankThreeTensor, false > XFEMCutSwitchingMaterialRankThreeTensor
const InputParameters & parameters() const
Switches between materials in a multi-material system where the interfaces are defined by multiple ge...
const std::vector< std::string > _vals
std::shared_ptr< XFEM > _xfem
shared pointer to XFEM
virtual void computeProperties() override
virtual void computeQpProperties() override
const std::string _base_name
global material property base name
std::unordered_map< unsigned int, const GenericMaterialProperty< T, is_ad > * > _prop_map
map of keys to material property
GenericMaterialProperty< T, is_ad > & _prop
the global material property
static InputParameters validParams()
virtual void initQpStatefulProperties() override
const std::vector< CutSubdomainID > _keys
map keys and values
const GeometricCutUserObject * _cut
The geometric cut userobject that provides the cut subdomain IDs.
const GenericMaterialProperty< T, is_ad > * _mapped_prop
current mapped material property
const std::string _prop_name
property name