![]() |
v0.13.0 |
calculate \( \int_\mathcal{S} {\boldsymbol\tau} \cdot \mathbf{n}u \textrm{d}\mathcal{S} \) More...
#include <users_modules/tutorials/cor-0to1/src/MixTransportElement.hpp>
Public Member Functions | |
OpRhsBcOnValues (MixTransportElement &ctx, const std::string fluxes_name, Vec f) | |
Constructor. More... | |
MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
Integrate boundary condition. More... | |
Public Attributes | |
MixTransportElement & | cTx |
Vec | F |
VectorDouble | nF |
calculate \( \int_\mathcal{S} {\boldsymbol\tau} \cdot \mathbf{n}u \textrm{d}\mathcal{S} \)
This terms comes from differentiation by parts. Note that in this Dirichlet boundary conditions are natural.
Definition at line 1055 of file MixTransportElement.hpp.
MixTransport::MixTransportElement::OpRhsBcOnValues::OpRhsBcOnValues | ( | MixTransportElement & | ctx, |
const std::string | fluxes_name, | ||
Vec | f | ||
) |
Constructor.
Definition at line 1064 of file MixTransportElement.hpp.
MoFEMErrorCode MixTransport::MixTransportElement::OpRhsBcOnValues::doWork | ( | int | side, |
EntityType | type, | ||
EntitiesFieldData::EntData & | data | ||
) |
Integrate boundary condition.
side | local index of entity |
type | type of entity |
data | data on entity |
Definition at line 1079 of file MixTransportElement.hpp.
MixTransportElement& MixTransport::MixTransportElement::OpRhsBcOnValues::cTx |
Definition at line 1058 of file MixTransportElement.hpp.
Vec MixTransport::MixTransportElement::OpRhsBcOnValues::F |
Definition at line 1059 of file MixTransportElement.hpp.
VectorDouble MixTransport::MixTransportElement::OpRhsBcOnValues::nF |
Definition at line 1070 of file MixTransportElement.hpp.