33 _la(this->template getGenericMaterialProperty<RealTensorValue, is_ad>(
34 "PorousFlow_thermal_conductivity_qp")),
35 _dla_dvar(is_ad ? nullptr
36 : &this->template getMaterialProperty<
std::vector<RealTensorValue>>(
37 "dPorousFlow_thermal_conductivity_qp_dvar")),
38 _grad_t(this->template getGenericMaterialProperty<RealGradient, is_ad>(
39 "PorousFlow_grad_temperature_qp")),
40 _dgrad_t_dvar(is_ad ? nullptr
41 : &this->template getMaterialProperty<
std::vector<RealGradient>>(
42 "dPorousFlow_grad_temperature_qp_dvar")),
43 _dgrad_t_dgradvar(is_ad ? nullptr
44 : &this->template getMaterialProperty<
std::vector<Real>>(
45 "dPorousFlow_grad_temperature_qp_dgradvar"))