Operator tp collect data from elements on the side of Edge/Face.
More...
Operator tp collect data from elements on the side of Edge/Face.
- Examples
- plate.cpp, and PoissonDiscontinousGalerkin.hpp.
Definition at line 109 of file plate.cpp.
◆ OpCalculateSideData()
OpCalculateSideData::OpCalculateSideData |
( |
std::string |
field_name, |
|
|
std::string |
col_field_name |
|
) |
| |
◆ doWork()
- Examples
- plate.cpp.
Definition at line 433 of file plate.cpp.
437 const auto nb_in_loop = getFEMethod()->nInTheLoop;
439 auto clear = [](
auto nb) {
445 if (
type == MBVERTEX) {
446 areaMap[nb_in_loop] = getMeasure();
447 senseMap[nb_in_loop] = getEdgeSense();
456 const auto nb_dofs = data.
getIndices().size();
460 data.
getN(BaseDerivatives::FirstDerivative));
462 data.
getN(BaseDerivatives::SecondDerivative));
The documentation for this struct was generated from the following file: