Pre-peprocessing Set head pressure rate and get inital essential boundary conditions.
More...
#include <tutorials/cor-0to1/src/UnsaturatedFlow.hpp>
Pre-peprocessing Set head pressure rate and get inital essential boundary conditions.
Definition at line 1330 of file UnsaturatedFlow.hpp.
◆ preProcessVol()
MixTransport::UnsaturatedFlowElement::preProcessVol::preProcessVol |
( |
UnsaturatedFlowElement & |
ctx, |
|
|
boost::shared_ptr< ForcesAndSourcesCore > & |
fe_ptr |
|
) |
| |
|
inline |
◆ operator()()
MoFEMErrorCode MixTransport::UnsaturatedFlowElement::preProcessVol::operator() |
( |
| ) |
|
|
inline |
- Examples
- UnsaturatedFlow.hpp.
Definition at line 1340 of file UnsaturatedFlow.hpp.
1343 CHKERR fePtr->mField.getInterface<VecManager>()->setOtherLocalGhostVector(
1344 fePtr->problemPtr,
"VALUES",
string(
"VALUES") +
"_t",
ROW,
1345 fePtr->ts_u_t, INSERT_VALUES, SCATTER_REVERSE);
1346 switch (
fePtr->ts_ctx) {
1347 case TSMethod::CTX_TSSETIFUNCTION:
1348 CHKERR VecSetOption(
fePtr->ts_F, VEC_IGNORE_NEGATIVE_INDICES,
1366 const NumeredDofEntity *dof_ptr;
1367 for (std::vector<int>::iterator it =
cTx.
bcVecIds.begin();
1370 fePtr->problemPtr->getColDofsByPetscGlobalDofIdx(*it)
1372 dof_ptr->getFieldData() = *vit;
◆ cTx
◆ fePtr
boost::shared_ptr<ForcesAndSourcesCore> MixTransport::UnsaturatedFlowElement::preProcessVol::fePtr |
The documentation for this struct was generated from the following file: