#include <tutorials/adv-1/src/ContactOps.hpp>
template<typename OpMixLhs>
struct ContactOps::OpMixLhsSide< OpMixLhs >
Definition at line 1246 of file ContactOps.hpp.
◆ doWork()
template<typename OpMixLhs >
- Examples
- ContactOps.hpp.
Definition at line 1248 of file ContactOps.hpp.
1253 auto side_fe_entity = OpMixLhs::getSidePtrFE()->getFEEntityHandle();
1254 auto side_fe_data = OpMixLhs::getSideEntity(row_side, row_type);
1256 if (side_fe_entity == side_fe_data) {
1257 CHKERR OpMixLhs::doWork(row_side, col_side, row_type, col_type, row_data,
The documentation for this struct was generated from the following file: