84 [[maybe_unused]]
auto ftype = fvec * 1;
85 [[maybe_unused]]
auto dtype = dvec * 1;
89 CPPUNIT_ASSERT(assertion);
93 CPPUNIT_ASSERT(assertion);
97 CPPUNIT_ASSERT(assertion);
101 CPPUNIT_ASSERT(assertion);
105 CPPUNIT_ASSERT(assertion);
109 CPPUNIT_ASSERT(assertion);
113 CPPUNIT_ASSERT(assertion);
117 CPPUNIT_ASSERT(assertion);
119#ifdef LIBMESH_HAVE_METAPHYSICL
121 typedef typename MetaPhysicL::ReplaceAlgebraicType<
124 typename MetaPhysicL::ValueType<std::vector<double>>::type>::type>::type
126 constexpr bool assertion =
127 std::is_same<ReplacedType, std::vector<VectorValue<double>>>
::value;
128 CPPUNIT_ASSERT(assertion);
131 typedef typename MetaPhysicL::ReplaceAlgebraicType<
132 std::vector<VectorValue<double>>,
134 typename MetaPhysicL::ValueType<std::vector<VectorValue<double>>>::type>::type>::type
136 constexpr bool assertion =
137 std::is_same<ReplacedType, std::vector<TensorValue<double>>>
::value;
138 CPPUNIT_ASSERT(assertion);