calculate values on adjacent tetrahedra to face
More...
#include <users_modules/tutorials/cor-0to1/src/MixTransportElement.hpp>
|
| OpVolSide (map< int, VectorDouble > &val_map) |
|
MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
|
|
map< int, VectorDouble > & | valMap |
|
calculate values on adjacent tetrahedra to face
Definition at line 1483 of file MixTransportElement.hpp.
◆ OpVolSide()
MixTransport::MixTransportElement::OpSkeleton::OpVolSide::OpVolSide |
( |
map< int, VectorDouble > & |
val_map | ) |
|
|
inline |
Definition at line 1486 of file MixTransportElement.hpp.
1487 : VolumeElementForcesAndSourcesCoreOnSide::UserDataOperator(
1488 "VALUES", UserDataOperator::OPROW),
map< int, VectorDouble > & valMap
◆ doWork()
MoFEMErrorCode MixTransport::MixTransportElement::OpSkeleton::OpVolSide::doWork |
( |
int |
side, |
|
|
EntityType |
type, |
|
|
EntitiesFieldData::EntData & |
data |
|
) |
| |
|
inline |
Definition at line 1490 of file MixTransportElement.hpp.
1491 {
1493 if (data.getFieldData().size() == 0)
1495 int nb_gauss_pts = data.getN().size1();
1496 valMap[getFaceSense()].resize(nb_gauss_pts);
1497 for (int gg = 0; gg < nb_gauss_pts; gg++) {
1498 valMap[getFaceSense()][gg] =
1499 inner_prod(trans(data.getN(gg)), data.getFieldData());
1500 }
1502 }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
◆ valMap
map<int, VectorDouble>& MixTransport::MixTransportElement::OpSkeleton::OpVolSide::valMap |
The documentation for this struct was generated from the following file: