v0.14.0
Public Member Functions | Public Attributes | List of all members
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX Struct Reference

RHS-operator for the pressure element (material configuration) More...

#include <users_modules/basic_finite_elements/src/SurfacePressure.hpp>

Inheritance diagram for NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX:
[legend]
Collaboration diagram for NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX:
[legend]

Public Member Functions

MoFEMErrorCode doWork (int side, EntityType type, EntitiesFieldData::EntData &row_data)
 Integrate pressure in the material configuration. More...
 
MoFEMErrorCode iNtegrate (EntData &row_data)
 
MoFEMErrorCode aSsemble (EntData &row_data)
 
 OpNeumannPressureMaterialRhs_dX (const string material_field, boost::shared_ptr< DataAtIntegrationPts > data_at_pts, boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnSide > side_fe, std::string &side_fe_name, Vec f, bCPressure &data, bool ho_geometry=false)
 
- Public Member Functions inherited from MoFEM::FaceElementForcesAndSourcesCore::UserDataOperator
double getArea ()
 get area of face More...
 
VectorDoublegetNormal ()
 get triangle normal More...
 
VectorDoublegetTangent1 ()
 get triangle tangent 1 More...
 
VectorDoublegetTangent2 ()
 get triangle tangent 2 More...
 
auto getFTensor1Normal ()
 get normal as tensor More...
 
auto getFTensor1Tangent1 ()
 get tangentOne as tensor More...
 
auto getFTensor1Tangent2 ()
 get tangentTwo as tensor More...
 
int getNumNodes ()
 get element number of nodes More...
 
const EntityHandlegetConn ()
 get element connectivity More...
 
VectorDoublegetCoords ()
 get triangle coordinates More...
 
auto getFTensor1Coords ()
 get get coords at gauss points More...
 
MatrixDoublegetNormalsAtGaussPts ()
 if higher order geometry return normals at Gauss pts. More...
 
ublas::matrix_row< MatrixDoublegetNormalsAtGaussPts (const int gg)
 if higher order geometry return normals at Gauss pts. More...
 
MatrixDoublegetTangent1AtGaussPts ()
 if higher order geometry return tangent vector to triangle at Gauss pts. More...
 
MatrixDoublegetTangent2AtGaussPts ()
 if higher order geometry return tangent vector to triangle at Gauss pts. More...
 
auto getFTensor1NormalsAtGaussPts ()
 get normal at integration points More...
 
auto getFTensor1Tangent1AtGaussPts ()
 get tangent 1 at integration points More...
 
auto getFTensor1Tangent2AtGaussPts ()
 get tangent 2 at integration points More...
 
FaceElementForcesAndSourcesCoregetFaceFE ()
 return pointer to Generic Triangle Finite Element object More...
 
MoFEMErrorCode loopSideVolumes (const string fe_name, VolumeElementForcesAndSourcesCoreOnSide &fe_method)
 
- Public Member Functions inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
 UserDataOperator (const FieldSpace space, const char type=OPSPACE, const bool symm=true)
 
 UserDataOperator (const std::string field_name, const char type, const bool symm=true)
 
 UserDataOperator (const std::string row_field_name, const std::string col_field_name, const char type, const bool symm=true)
 
boost::shared_ptr< const NumeredEntFiniteElementgetNumeredEntFiniteElementPtr () const
 Return raw pointer to NumeredEntFiniteElement. More...
 
EntityHandle getFEEntityHandle () const
 Return finite element entity handle. More...
 
int getFEDim () const
 Get dimension of finite element. More...
 
EntityType getFEType () const
 Get dimension of finite element. More...
 
boost::weak_ptr< SideNumbergetSideNumberPtr (const int side_number, const EntityType type)
 Get the side number pointer. More...
 
EntityHandle getSideEntity (const int side_number, const EntityType type)
 Get the side entity. More...
 
int getNumberOfNodesOnElement () const
 Get the number of nodes on finite element. More...
 
MoFEMErrorCode getProblemRowIndices (const std::string filed_name, const EntityType type, const int side, VectorInt &indices) const
 Get row indices. More...
 
MoFEMErrorCode getProblemColIndices (const std::string filed_name, const EntityType type, const int side, VectorInt &indices) const
 Get col indices. More...
 
const FEMethodgetFEMethod () const
 Return raw pointer to Finite Element Method object. More...
 
int getOpType () const
 Get operator types. More...
 
void setOpType (const OpType type)
 Set operator type. More...
 
void addOpType (const OpType type)
 Add operator type. More...
 
int getNinTheLoop () const
 get number of finite element in the loop More...
 
int getLoopSize () const
 get size of elements in the loop More...
 
std::string getFEName () const
 Get name of the element. More...
 
ForcesAndSourcesCoregetPtrFE () const
 
ForcesAndSourcesCoregetSidePtrFE () const
 
ForcesAndSourcesCoregetRefinePtrFE () const
 
const PetscData::SwitchesgetDataCtx () const
 
const KspMethod::KSPContext getKSPCtx () const
 
const SnesMethod::SNESContext getSNESCtx () const
 
const TSMethod::TSContext getTSCtx () const
 
Vec getKSPf () const
 
Mat getKSPA () const
 
Mat getKSPB () const
 
Vec getSNESf () const
 
Vec getSNESx () const
 
Mat getSNESA () const
 
Mat getSNESB () const
 
Vec getTSu () const
 
Vec getTSu_t () const
 
Vec getTSu_tt () const
 
Vec getTSf () const
 
Mat getTSA () const
 
Mat getTSB () const
 
int getTSstep () const
 
double getTStime () const
 
double getTStimeStep () const
 
double getTSa () const
 
double getTSaa () const
 
MatrixDoublegetGaussPts ()
 matrix of integration (Gauss) points for Volume Element More...
 
auto getFTensor0IntegrationWeight ()
 Get integration weights. More...
 
MatrixDoublegetCoordsAtGaussPts ()
 Gauss points and weight, matrix (nb. of points x 3) More...
 
auto getFTensor1CoordsAtGaussPts ()
 Get coordinates at integration points assuming linear geometry. More...
 
double getMeasure () const
 get measure of element More...
 
doublegetMeasure ()
 get measure of element More...
 
MoFEMErrorCode loopSide (const string &fe_name, ForcesAndSourcesCore *side_fe, const size_t dim, const EntityHandle ent_for_side=0, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy, AdjCache *adj_cache=nullptr)
 User calls this function to loop over elements on the side of face. This function calls finite element with its operator to do calculations. More...
 
MoFEMErrorCode loopThis (const string &fe_name, ForcesAndSourcesCore *this_fe, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 User calls this function to loop over the same element using a different set of integration points. This function calls finite element with its operator to do calculations. More...
 
MoFEMErrorCode loopParent (const string &fe_name, ForcesAndSourcesCore *parent_fe, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 User calls this function to loop over parent elements. This function calls finite element with its operator to do calculations. More...
 
MoFEMErrorCode loopChildren (const string &fe_name, ForcesAndSourcesCore *child_fe, const int verb=QUIET, const LogManager::SeverityLevel sev=Sev::noisy)
 User calls this function to loop over parent elements. This function calls finite element with its operator to do calculations. More...
 
- Public Member Functions inherited from MoFEM::DataOperator
 DataOperator (const bool symm=true)
 
virtual ~DataOperator ()=default
 
virtual MoFEMErrorCode doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data)
 Operator for bi-linear form, usually to calculate values on left hand side. More...
 
virtual MoFEMErrorCode opLhs (EntitiesFieldData &row_data, EntitiesFieldData &col_data)
 
virtual MoFEMErrorCode doWork (int side, EntityType type, EntitiesFieldData::EntData &data)
 Operator for linear form, usually to calculate values on right hand side. More...
 
virtual MoFEMErrorCode opRhs (EntitiesFieldData &data, const bool error_if_no_base=false)
 
bool getSymm () const
 Get if operator uses symmetry of DOFs or not. More...
 
void setSymm ()
 set if operator is executed taking in account symmetry More...
 
void unSetSymm ()
 unset if operator is executed for non symmetric problem More...
 

Public Attributes

boost::shared_ptr< DataAtIntegrationPtsdataAtPts
 
boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnSidesideFe
 
std::string sideFeName
 
Vec F
 
bCPressuredAta
 
bool hoGeometry
 
VectorDouble nF
 
VectorInt rowIndices
 
int nbRows
 number of dofs on rows More...
 
int nbIntegrationPts
 number of integration points More...
 
- Public Attributes inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
char opType
 
std::string rowFieldName
 
std::string colFieldName
 
FieldSpace sPace
 
- Public Attributes inherited from MoFEM::DataOperator
DoWorkLhsHookFunType doWorkLhsHook
 
DoWorkRhsHookFunType doWorkRhsHook
 
bool sYmm
 If true assume that matrix is symmetric structure. More...
 
std::array< bool, MBMAXTYPE > doEntities
 If true operator is executed for entity. More...
 
booldoVertices
 \deprectaed If false skip vertices More...
 
booldoEdges
 \deprectaed If false skip edges More...
 
booldoQuads
 \deprectaed More...
 
booldoTris
 \deprectaed More...
 
booldoTets
 \deprectaed More...
 
booldoPrisms
 \deprectaed More...
 

Additional Inherited Members

- Public Types inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
enum  OpType {
  OPROW = 1 << 0, OPCOL = 1 << 1, OPROWCOL = 1 << 2, OPSPACE = 1 << 3,
  OPLAST = 1 << 3
}
 Controls loop over entities on element. More...
 
using AdjCache = std::map< EntityHandle, std::vector< boost::weak_ptr< NumeredEntFiniteElement > >>
 
- Public Types inherited from MoFEM::DataOperator
using DoWorkLhsHookFunType = boost::function< MoFEMErrorCode(DataOperator *op_ptr, int row_side, int col_side, EntityType row_type, EntityType col_type, EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data)>
 
using DoWorkRhsHookFunType = boost::function< MoFEMErrorCode(DataOperator *op_ptr, int side, EntityType type, EntitiesFieldData::EntData &data)>
 
- Static Public Attributes inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
static const char *const OpTypeNames []
 
- Protected Attributes inherited from MoFEM::ForcesAndSourcesCore::UserDataOperator
ForcesAndSourcesCoreptrFE
 

Detailed Description

RHS-operator for the pressure element (material configuration)

Integrates pressure in the material configuration.

Definition at line 425 of file SurfacePressure.hpp.

Constructor & Destructor Documentation

◆ OpNeumannPressureMaterialRhs_dX()

NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::OpNeumannPressureMaterialRhs_dX ( const string  material_field,
boost::shared_ptr< DataAtIntegrationPts data_at_pts,
boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnSide side_fe,
std::string &  side_fe_name,
Vec  f,
bCPressure data,
bool  ho_geometry = false 
)
inline

Definition at line 479 of file SurfacePressure.hpp.

485  : UserDataOperator(material_field, UserDataOperator::OPROW),
486  dataAtPts(data_at_pts), sideFe(side_fe), sideFeName(side_fe_name),
487  F(f), dAta(data), hoGeometry(ho_geometry){};

Member Function Documentation

◆ aSsemble()

MoFEMErrorCode NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::aSsemble ( EntData row_data)

Definition at line 583 of file SurfacePressure.cpp.

584  {
586 
587  // get pointer to first global index on row
588  const int *row_indices = &*row_data.getIndices().data().begin();
589 
590  auto &data = *dataAtPts;
591 
592  rowIndices.resize(nbRows, false);
593  noalias(rowIndices) = row_data.getIndices();
594  row_indices = &rowIndices[0];
595  VectorDofs &dofs = row_data.getFieldDofs();
596  VectorDofs::iterator dit = dofs.begin();
597  for (int ii = 0; dit != dofs.end(); ++dit, ++ii) {
598  if (data.forcesOnlyOnEntitiesRow.find((*dit)->getEnt()) ==
599  data.forcesOnlyOnEntitiesRow.end()) {
600  rowIndices[ii] = -1;
601  }
602  }
603 
604  auto get_f = [&]() {
605  if (F == PETSC_NULL)
606  return getKSPf();
607  return F;
608  };
609 
610  auto vec_assemble = [&](Vec my_f) {
612  CHKERR VecSetOption(my_f, VEC_IGNORE_NEGATIVE_INDICES, PETSC_TRUE);
613  CHKERR VecSetValues(my_f, nbRows, row_indices, &*nF.data().begin(),
614  ADD_VALUES);
616  };
617 
618  // assemble local matrix
619  CHKERR vec_assemble(get_f());
620 
622 }

◆ doWork()

MoFEMErrorCode NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::doWork ( int  side,
EntityType  type,
EntitiesFieldData::EntData row_data 
)

Integrate pressure in the material configuration.

Virtual work of the surface pressure corresponding to a test function of the material configuration \((\delta\mathbf{X})\):

\[ \delta W^\text{material}_p(\mathbf{x}, \mathbf{X}, \delta\mathbf{X}) = -\int\limits_\mathcal{T} p\left\{\mathbf{F}^{\intercal}\cdot \mathbf{N}(\mathbf{X}) \right\} \cdot \delta\mathbf{X}\, \textrm{d}\mathcal{T} = -\int\limits_{\mathcal{T}_{\xi}} p\left\{\mathbf{F}^{\intercal}\cdot \left(\frac{\partial\mathbf{X}}{\partial\xi}\times\frac{\partial \mathbf{X}} {\partial\eta}\right) \right\} \cdot \delta\mathbf{X}\, \textrm{d}\xi\textrm{d}\eta \]

where \(p\) is pressure, \(\mathbf{N}\) is a normal to the face in the material configuration, \(\xi, \eta\) are coordinates in the parent space \((\mathcal{T}_\xi)\) and \(\mathbf{F}\) is the deformation gradient:

\[ \mathbf{F} = \mathbf{h}(\mathbf{x})\,\mathbf{H}(\mathbf{X})^{-1} = \frac{\partial\mathbf{x}}{\partial\boldsymbol{\chi}} \frac{\partial\boldsymbol{\chi}}{\partial\mathbf{X}} \]

where \(\mathbf{h}\) and \(\mathbf{H}\) are the gradients of the spatial and material maps, respectively, and \(\boldsymbol{\chi}\) are the reference coordinates.

Definition at line 506 of file SurfacePressure.cpp.

507  {
508 
510 
511  if (dAta.tRis.find(getNumeredEntFiniteElementPtr()->getEnt()) ==
512  dAta.tRis.end()) {
514  }
515 
516  // get number of dofs on row
517  nbRows = row_data.getIndices().size();
518  // if no dofs on row, exit that work, nothing to do here
519  if (!nbRows)
521 
522  nF.resize(nbRows, false);
523  nF.clear();
524 
525  // get number of integration points
526  nbIntegrationPts = getGaussPts().size2();
527 
528  // integrate local matrix for entity block
529  CHKERR iNtegrate(row_data);
530 
531  // assemble local matrix
532  CHKERR aSsemble(row_data);
533 
535 }

◆ iNtegrate()

MoFEMErrorCode NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::iNtegrate ( EntData row_data)

Definition at line 537 of file SurfacePressure.cpp.

538  {
540 
541  auto get_tensor1 = [](VectorDouble &v, const int r) {
543  &v(r + 0), &v(r + 1), &v(r + 2));
544  };
545 
548 
550 
551  // get integration weights
552  auto t_w = getFTensor0IntegrationWeight();
553 
554  auto t_normal = getFTensor1NormalsAtGaussPts();
555 
556  auto t_F = getFTensor2FromMat<3, 3>(dataAtPts->FMat);
557 
558  // iterate over integration points
559  for (int gg = 0; gg != nbIntegrationPts; ++gg) {
560 
561  FTensor::Tensor0<double *> t_base(&data.getN()(gg, 0));
562 
563  double a = -0.5 * t_w * dAta.data.data.value1;
564  auto t_nf = get_tensor1(nF, 0);
565 
566  int rr = 0;
567  for (; rr != nbRows / 3; ++rr) {
568 
569  t_nf(i) += a * t_base * t_F(j, i) * t_normal(j);
570 
571  ++t_base;
572  ++t_nf;
573  }
574 
575  ++t_w;
576  ++t_F;
577  ++t_normal;
578  }
579 
581 }

Member Data Documentation

◆ dAta

bCPressure& NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::dAta

Definition at line 431 of file SurfacePressure.hpp.

◆ dataAtPts

boost::shared_ptr<DataAtIntegrationPts> NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::dataAtPts

Definition at line 427 of file SurfacePressure.hpp.

◆ F

Vec NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::F

Definition at line 430 of file SurfacePressure.hpp.

◆ hoGeometry

bool NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::hoGeometry

Definition at line 432 of file SurfacePressure.hpp.

◆ nbIntegrationPts

int NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::nbIntegrationPts

number of integration points

Definition at line 439 of file SurfacePressure.hpp.

◆ nbRows

int NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::nbRows

number of dofs on rows

Definition at line 438 of file SurfacePressure.hpp.

◆ nF

VectorDouble NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::nF

Definition at line 434 of file SurfacePressure.hpp.

◆ rowIndices

VectorInt NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::rowIndices

Definition at line 436 of file SurfacePressure.hpp.

◆ sideFe

boost::shared_ptr<VolumeElementForcesAndSourcesCoreOnSide> NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::sideFe

Definition at line 428 of file SurfacePressure.hpp.

◆ sideFeName

std::string NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::sideFeName

Definition at line 429 of file SurfacePressure.hpp.


The documentation for this struct was generated from the following files:
MoFEMFunctionReturnHot
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:447
MoFEM::ForcesAndSourcesCore::UserDataOperator::getKSPf
Vec getKSPf() const
Definition: ForcesAndSourcesCore.hpp:1087
FTensor::Tensor1
Definition: Tensor1_value.hpp:8
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::hoGeometry
bool hoGeometry
Definition: SurfacePressure.hpp:432
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::sideFe
boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnSide > sideFe
Definition: SurfacePressure.hpp:428
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::dAta
bCPressure & dAta
Definition: SurfacePressure.hpp:431
get_f
auto get_f
Definition: free_surface.cpp:221
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::nF
VectorDouble nF
Definition: SurfacePressure.hpp:434
MoFEM::VecSetValues
MoFEMErrorCode VecSetValues(Vec V, const EntitiesFieldData::EntData &data, const double *ptr, InsertMode iora)
Assemble PETSc vector.
Definition: EntitiesFieldData.hpp:1576
sdf.r
int r
Definition: sdf.py:8
MoFEM::ForcesAndSourcesCore::UserDataOperator::getFTensor0IntegrationWeight
auto getFTensor0IntegrationWeight()
Get integration weights.
Definition: ForcesAndSourcesCore.hpp:1239
MoFEM::ForcesAndSourcesCore::UserDataOperator::getGaussPts
MatrixDouble & getGaussPts()
matrix of integration (Gauss) points for Volume Element
Definition: ForcesAndSourcesCore.hpp:1235
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::rowIndices
VectorInt rowIndices
Definition: SurfacePressure.hpp:436
CHKERR
#define CHKERR
Inline error check.
Definition: definitions.h:535
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::aSsemble
MoFEMErrorCode aSsemble(EntData &row_data)
Definition: SurfacePressure.cpp:583
a
constexpr double a
Definition: approx_sphere.cpp:30
MoFEM::FaceElementForcesAndSourcesCore::UserDataOperator::loopSideVolumes
MoFEMErrorCode loopSideVolumes(const string fe_name, VolumeElementForcesAndSourcesCoreOnSide &fe_method)
Definition: FaceElementForcesAndSourcesCore.cpp:442
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::nbIntegrationPts
int nbIntegrationPts
number of integration points
Definition: SurfacePressure.hpp:439
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::nbRows
int nbRows
number of dofs on rows
Definition: SurfacePressure.hpp:438
MoFEM::EntitiesFieldData::EntData::getIndices
const VectorInt & getIndices() const
Get global indices of dofs on entity.
Definition: EntitiesFieldData.hpp:1201
MoFEM::VectorDofs
ublas::vector< FEDofEntity *, DofsAllocator > VectorDofs
Definition: EntitiesFieldData.hpp:23
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::sideFeName
std::string sideFeName
Definition: SurfacePressure.hpp:429
MoFEM::ForcesAndSourcesCore::UserDataOperator::getNumeredEntFiniteElementPtr
boost::shared_ptr< const NumeredEntFiniteElement > getNumeredEntFiniteElementPtr() const
Return raw pointer to NumeredEntFiniteElement.
Definition: ForcesAndSourcesCore.hpp:999
MoFEM::EntitiesFieldData::EntData::getFieldDofs
const VectorDofs & getFieldDofs() const
get dofs data stature FEDofEntity
Definition: EntitiesFieldData.hpp:1256
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::F
Vec F
Definition: SurfacePressure.hpp:430
i
FTensor::Index< 'i', SPACE_DIM > i
Definition: hcurl_divergence_operator_2d.cpp:27
FTensor::Index< 'i', 3 >
MoFEM::PressureCubitBcData::data
_data_ data
Definition: BCData.hpp:387
v
const double v
phase velocity of light in medium (cm/ns)
Definition: initial_diffusion.cpp:40
NeumannForcesSurface::bCPressure::tRis
Range tRis
Definition: SurfacePressure.hpp:93
FTensor::Tensor0
Definition: Tensor0.hpp:16
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::dataAtPts
boost::shared_ptr< DataAtIntegrationPts > dataAtPts
Definition: SurfacePressure.hpp:427
HenckyOps::f
auto f
Definition: HenckyOps.hpp:15
j
FTensor::Index< 'j', 3 > j
Definition: matrix_function.cpp:19
NeumannForcesSurface::OpNeumannPressureMaterialRhs_dX::iNtegrate
MoFEMErrorCode iNtegrate(EntData &row_data)
Definition: SurfacePressure.cpp:537
NeumannForcesSurface::bCPressure::data
PressureCubitBcData data
Definition: SurfacePressure.hpp:92
EigenMatrix::Vec
const FTensor::Tensor2< T, Dim, Dim > Vec
Definition: MatrixFunction.hpp:66
MoFEM::Types::VectorDouble
UBlasVector< double > VectorDouble
Definition: Types.hpp:68
MoFEM::FaceElementForcesAndSourcesCore::UserDataOperator::getFTensor1NormalsAtGaussPts
auto getFTensor1NormalsAtGaussPts()
get normal at integration points
Definition: FaceElementForcesAndSourcesCore.hpp:316
MoFEMFunctionReturn
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:416
MoFEMFunctionBegin
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:346
MoFEM::ForcesAndSourcesCore::UserDataOperator::OPROW
@ OPROW
operator doWork function is executed on FE rows
Definition: ForcesAndSourcesCore.hpp:567
MoFEM::ForcesAndSourcesCore::UserDataOperator::UserDataOperator
UserDataOperator(const FieldSpace space, const char type=OPSPACE, const bool symm=true)
Definition: ForcesAndSourcesCore.cpp:1942