v0.14.0
Classes | Public Member Functions | Protected Attributes | Friends | List of all members
MoFEM::FlatPrismElementForcesAndSourcesCore Struct Reference

FlatPrism finite element. More...

#include <src/finite_elements/FlatPrismElementForcesAndSourcesCore.hpp>

Inheritance diagram for MoFEM::FlatPrismElementForcesAndSourcesCore:
[legend]
Collaboration diagram for MoFEM::FlatPrismElementForcesAndSourcesCore:
[legend]

Classes

struct  UserDataOperator
 default operator for Flat Prism element More...
 

Public Member Functions

 FlatPrismElementForcesAndSourcesCore (Interface &m_field)
 
MoFEMErrorCode operator() ()
 function is run for every finite element More...
 
- Public Member Functions inherited from MoFEM::ForcesAndSourcesCore
 ForcesAndSourcesCore (Interface &m_field)
 
boost::ptr_deque< UserDataOperator > & getOpPtrVector ()
 Use to push back operator for row operator. More...
 
auto & getElementPolynomialBase ()
 Get the Entity Polynomial Base object. More...
 
auto & getUserPolynomialBase ()
 Get the User Polynomial Base object. More...
 
virtual MoFEMErrorCode preProcess ()
 function is run at the beginning of loop More...
 
virtual MoFEMErrorCode postProcess ()
 function is run at the end of loop More...
 
int getMaxDataOrder () const
 Get max order of approximation for data fields. More...
 
int getMaxRowOrder () const
 Get max order of approximation for field in rows. More...
 
int getMaxColOrder () const
 Get max order of approximation for field in columns. More...
 
auto & getEntData (const FieldSpace space, const EntityType type, const int side)
 Get the entity data. More...
 
auto & getDataOnElementBySpaceArray ()
 Get data on entities and space. More...
 
auto & getDerivedDataOnElementBySpaceArray ()
 Get derived data on entities and space. More...
 
- Public Member Functions inherited from MoFEM::FEMethod
MoFEMErrorCode query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const
 
 FEMethod ()=default
 
auto getFEName () const
 get finite element name More...
 
auto getDataDofsPtr () const
 
auto getDataVectorDofsPtr () const
 
const FieldEntity_vector_viewgetDataFieldEnts () const
 
boost::shared_ptr< FieldEntity_vector_view > & getDataFieldEntsPtr () const
 
auto & getRowFieldEnts () const
 
auto & getRowFieldEntsPtr () const
 
auto & getColFieldEnts () const
 
auto & getColFieldEntsPtr () const
 
auto getRowDofsPtr () const
 
auto getColDofsPtr () const
 
auto getNumberOfNodes () const
 
EntityHandle getFEEntityHandle () const
 
MoFEMErrorCode getNodeData (const std::string field_name, VectorDouble &data, const bool reset_dofs=true)
 
- Public Member Functions inherited from MoFEM::BasicMethod
 BasicMethod ()
 
virtual ~BasicMethod ()=default
 
int getNinTheLoop () const
 get number of evaluated element in the loop More...
 
int getLoopSize () const
 get loop size More...
 
auto getLoHiFERank () const
 Get lo and hi processor rank of iterated entities. More...
 
auto getLoFERank () const
 Get upper rank in loop for iterating elements. More...
 
auto getHiFERank () const
 Get upper rank in loop for iterating elements. More...
 
unsigned int getFieldBitNumber (std::string field_name) const
 
MoFEMErrorCode copyBasicMethod (const BasicMethod &basic)
 Copy data from other base method to this base method. More...
 
boost::weak_ptr< CacheTuplegetCacheWeakPtr () const
 Get the cache weak ptr object. More...
 
- Public Member Functions inherited from MoFEM::KspMethod
 KspMethod ()
 
virtual ~KspMethod ()=default
 
MoFEMErrorCode copyKsp (const KspMethod &ksp)
 copy data form another method More...
 
- Public Member Functions inherited from MoFEM::PetscData
 PetscData ()
 
virtual ~PetscData ()=default
 
MoFEMErrorCode copyPetscData (const PetscData &petsc_data)
 
- Public Member Functions inherited from MoFEM::UnknownInterface
template<class IFACE >
MoFEMErrorCode registerInterface (bool error_if_registration_failed=true)
 Register interface. More...
 
template<class IFACE >
MoFEMErrorCode getInterface (IFACE *&iface) const
 Get interface refernce to pointer of interface. More...
 
template<class IFACE >
MoFEMErrorCode getInterface (IFACE **const iface) const
 Get interface pointer to pointer of interface. More...
 
template<class IFACE , typename boost::enable_if< boost::is_pointer< IFACE >, int >::type = 0>
IFACE getInterface () const
 Get interface pointer to pointer of interface. More...
 
template<class IFACE , typename boost::enable_if< boost::is_reference< IFACE >, int >::type = 0>
IFACE getInterface () const
 Get reference to interface. More...
 
template<class IFACE >
IFACE * getInterface () const
 Function returning pointer to interface. More...
 
virtual ~UnknownInterface ()=default
 
- Public Member Functions inherited from MoFEM::SnesMethod
 SnesMethod ()
 
virtual ~SnesMethod ()=default
 
MoFEMErrorCode copySnes (const SnesMethod &snes)
 Copy snes data. More...
 
- Public Member Functions inherited from MoFEM::TSMethod
 TSMethod ()
 
virtual ~TSMethod ()=default
 
MoFEMErrorCode copyTs (const TSMethod &ts)
 Copy TS solver data. More...
 

Protected Attributes

double aRea [2]
 
VectorDouble normal
 
VectorDouble coords
 
MatrixDouble coordsAtGaussPts
 
std::string meshPositionsFieldName
 
MatrixDouble hoCoordsAtGaussPtsF3
 
MatrixDouble nOrmals_at_GaussPtF3
 
MatrixDouble tAngent1_at_GaussPtF3
 
MatrixDouble tAngent2_at_GaussPtF3
 
MatrixDouble hoCoordsAtGaussPtsF4
 
MatrixDouble nOrmals_at_GaussPtF4
 
MatrixDouble tAngent1_at_GaussPtF4
 
MatrixDouble tAngent2_at_GaussPtF4
 
OpGetCoordsAndNormalsOnPrism opHOCoordsAndNormals
 
- Protected Attributes inherited from MoFEM::ForcesAndSourcesCore
const std::array< boost::shared_ptr< EntitiesFieldData >, LASTSPACEdataOnElement
 Entity data on element entity rows fields. More...
 
const std::array< boost::shared_ptr< EntitiesFieldData >, LASTSPACEderivedDataOnElement
 Entity data on element entity columns fields. More...
 
EntitiesFieldDatadataNoField
 
EntitiesFieldDatadataH1
 
EntitiesFieldDatadataHcurl
 
EntitiesFieldDatadataHdiv
 
EntitiesFieldDatadataL2
 
boost::ptr_deque< UserDataOperatoropPtrVector
 Vector of finite element users data operators. More...
 
EntityType lastEvaluatedElementEntityType
 Last evaluated type of element entity. More...
 
MatrixDouble coordsAtGaussPts
 coordinated at gauss points More...
 
double elementMeasure
 

Friends

class UserDataOperator
 

Additional Inherited Members

- Public Types inherited from MoFEM::ForcesAndSourcesCore
typedef boost::function< int(int order_row, int order_col, int order_data)> RuleHookFun
 
typedef boost::function< MoFEMErrorCode(ForcesAndSourcesCore *fe_raw_ptr, int order_row, int order_col, int order_data)> GaussHookFun
 
- Public Types inherited from MoFEM::KspMethod
enum  KSPContext { CTX_SETFUNCTION, CTX_OPERATORS, CTX_KSPNONE }
 pass information about context of KSP/DM for with finite element is computed More...
 
- Public Types inherited from MoFEM::PetscData
enum  DataContext {
  CTX_SET_NONE = 0, CTX_SET_F = 1 << 0, CTX_SET_A = 1 << 1, CTX_SET_B = 1 << 2,
  CTX_SET_X = 1 << 3, CTX_SET_X_T = 1 << 4, CTX_SET_X_TT = 1 << 6, CTX_SET_TIME = 1 << 7
}
 
using Switches = std::bitset< 8 >
 
- Public Types inherited from MoFEM::SnesMethod
enum  SNESContext { CTX_SNESSETFUNCTION, CTX_SNESSETJACOBIAN, CTX_SNESNONE }
 
- Public Types inherited from MoFEM::TSMethod
enum  TSContext {
  CTX_TSSETRHSFUNCTION, CTX_TSSETRHSJACOBIAN, CTX_TSSETIFUNCTION, CTX_TSSETIJACOBIAN,
  CTX_TSTSMONITORSET, CTX_TSNONE
}
 
- Static Public Member Functions inherited from MoFEM::UnknownInterface
static MoFEMErrorCode getLibVersion (Version &version)
 Get library version. More...
 
static MoFEMErrorCode getFileVersion (moab::Interface &moab, Version &version)
 Get database major version. More...
 
static MoFEMErrorCode setFileVersion (moab::Interface &moab, Version version=Version(MoFEM_VERSION_MAJOR, MoFEM_VERSION_MINOR, MoFEM_VERSION_BUILD))
 Get database major version. More...
 
static MoFEMErrorCode getInterfaceVersion (Version &version)
 Get database major version. More...
 
- Public Attributes inherited from MoFEM::ForcesAndSourcesCore
InterfacemField
 
RuleHookFun getRuleHook
 Hook to get rule. More...
 
GaussHookFun setRuleHook
 Set function to calculate integration rule. More...
 
MatrixDouble gaussPts
 Matrix of integration points. More...
 
- Public Attributes inherited from MoFEM::FEMethod
std::string feName
 Name of finite element. More...
 
boost::shared_ptr< const NumeredEntFiniteElementnumeredEntFiniteElementPtr
 
boost::function< bool(FEMethod *fe_method_ptr)> exeTestHook
 Tet if element to skip element. More...
 
- Public Attributes inherited from MoFEM::BasicMethod
int nInTheLoop
 number currently of processed method More...
 
int loopSize
 local number oe methods to process More...
 
std::pair< int, int > loHiFERank
 Llo and hi processor rank of iterated entities. More...
 
int rAnk
 processor rank More...
 
int sIze
 number of processors in communicator More...
 
const RefEntity_multiIndexrefinedEntitiesPtr
 container of mofem dof entities More...
 
const RefElement_multiIndexrefinedFiniteElementsPtr
 container of mofem finite element entities More...
 
const ProblemproblemPtr
 raw pointer to problem More...
 
const Field_multiIndexfieldsPtr
 raw pointer to fields container More...
 
const FieldEntity_multiIndexentitiesPtr
 raw pointer to container of field entities More...
 
const DofEntity_multiIndexdofsPtr
 raw pointer container of dofs More...
 
const FiniteElement_multiIndexfiniteElementsPtr
 raw pointer to container finite elements More...
 
const EntFiniteElement_multiIndexfiniteElementsEntitiesPtr
 
const FieldEntityEntFiniteElementAdjacencyMap_multiIndexadjacenciesPtr
 
boost::function< MoFEMErrorCode()> preProcessHook
 Hook function for pre-processing. More...
 
boost::function< MoFEMErrorCode()> postProcessHook
 Hook function for post-processing. More...
 
boost::function< MoFEMErrorCode()> operatorHook
 Hook function for operator. More...
 
boost::movelib::unique_ptr< boolvecAssembleSwitch
 
boost::movelib::unique_ptr< boolmatAssembleSwitch
 
boost::weak_ptr< CacheTuplecacheWeakPtr
 
- Public Attributes inherited from MoFEM::KspMethod
KSPContext ksp_ctx
 Context. More...
 
KSP ksp
 KSP solver. More...
 
Vec & ksp_f
 
Mat & ksp_A
 
Mat & ksp_B
 
- Public Attributes inherited from MoFEM::PetscData
Switches data_ctx
 
Vec f
 
Mat A
 
Mat B
 
Vec x
 
Vec x_t
 
Vec x_tt
 
- Public Attributes inherited from MoFEM::SnesMethod
SNESContext snes_ctx
 
SNES snes
 snes solver More...
 
Vec & snes_x
 state vector More...
 
Vec & snes_f
 residual More...
 
Mat & snes_A
 jacobian matrix More...
 
Mat & snes_B
 preconditioner of jacobian matrix More...
 
- Public Attributes inherited from MoFEM::TSMethod
TS ts
 time solver More...
 
TSContext ts_ctx
 
PetscInt ts_step
 time step number More...
 
PetscReal ts_a
 shift for U_t (see PETSc Time Solver) More...
 
PetscReal ts_aa
 shift for U_tt shift for U_tt More...
 
PetscReal ts_t
 time More...
 
PetscReal ts_dt
 time step size More...
 
Vec & ts_u
 state vector More...
 
Vec & ts_u_t
 time derivative of state vector More...
 
Vec & ts_u_tt
 second time derivative of state vector More...
 
Vec & ts_F
 residual vector More...
 
Mat & ts_A
 
Mat & ts_B
 Preconditioner for ts_A. More...
 
- Static Public Attributes inherited from MoFEM::PetscData
static constexpr Switches CtxSetNone = PetscData::Switches(CTX_SET_NONE)
 
static constexpr Switches CtxSetF = PetscData::Switches(CTX_SET_F)
 
static constexpr Switches CtxSetA = PetscData::Switches(CTX_SET_A)
 
static constexpr Switches CtxSetB = PetscData::Switches(CTX_SET_B)
 
static constexpr Switches CtxSetX = PetscData::Switches(CTX_SET_X)
 
static constexpr Switches CtxSetX_T = PetscData::Switches(CTX_SET_X_T)
 
static constexpr Switches CtxSetX_TT = PetscData::Switches(CTX_SET_X_TT)
 
static constexpr Switches CtxSetTime = PetscData::Switches(CTX_SET_TIME)
 
- Protected Member Functions inherited from MoFEM::ForcesAndSourcesCore
MoFEMErrorCode getEntitySense (const EntityType type, boost::ptr_vector< EntitiesFieldData::EntData > &data) const
 get sense (orientation) of entity More...
 
MoFEMErrorCode getEntityDataOrder (const EntityType type, const FieldSpace space, boost::ptr_vector< EntitiesFieldData::EntData > &data) const
 Get the entity data order. More...
 
template<EntityType type>
MoFEMErrorCode getEntitySense (EntitiesFieldData &data) const
 Get the entity sense (orientation) More...
 
template<EntityType type>
MoFEMErrorCode getEntityDataOrder (EntitiesFieldData &data, const FieldSpace space) const
 Get the entity data order for given space. More...
 
MoFEMErrorCode getFaceNodes (EntitiesFieldData &data) const
 Get nodes on faces. More...
 
MoFEMErrorCode getSpacesAndBaseOnEntities (EntitiesFieldData &data) const
 Get field approximation space and base on entities. More...
 
virtual int getRule (int order_row, int order_col, int order_data)
 another variant of getRule More...
 
virtual MoFEMErrorCode setGaussPts (int order_row, int order_col, int order_data)
 set user specific integration rule More...
 
MoFEMErrorCode calHierarchicalBaseFunctionsOnElement (const FieldApproximationBase b)
 Calculate base functions. More...
 
MoFEMErrorCode calHierarchicalBaseFunctionsOnElement ()
 Calculate base functions. More...
 
MoFEMErrorCode calBernsteinBezierBaseFunctionsOnElement ()
 Calculate Bernstein-Bezier base. More...
 
MoFEMErrorCode createDataOnElement (EntityType type)
 Create a entity data on element object. More...
 
MoFEMErrorCode loopOverOperators ()
 Iterate user data operators. More...
 
template<typename EXTRACTOR >
MoFEMErrorCode getNodesIndices (const int bit_number, FieldEntity_vector_view &ents_field, VectorInt &nodes_indices, VectorInt &local_nodes_indices, EXTRACTOR &&extractor) const
 get node indices More...
 
MoFEMErrorCode getRowNodesIndices (EntitiesFieldData &data, const int bit_number) const
 get row node indices from FENumeredDofEntity_multiIndex More...
 
MoFEMErrorCode getColNodesIndices (EntitiesFieldData &data, const int bit_number) const
 get col node indices from FENumeredDofEntity_multiIndex More...
 
template<typename EXTRACTOR >
MoFEMErrorCode getEntityIndices (EntitiesFieldData &data, const int bit_number, FieldEntity_vector_view &ents_field, const EntityType type_lo, const EntityType type_hi, EXTRACTOR &&extractor) const
 
MoFEMErrorCode getEntityRowIndices (EntitiesFieldData &data, const int bit_number, const EntityType type_lo=MBVERTEX, const EntityType type_hi=MBPOLYHEDRON) const
 
MoFEMErrorCode getEntityColIndices (EntitiesFieldData &data, const int bit_number, const EntityType type_lo=MBVERTEX, const EntityType type_hi=MBPOLYHEDRON) const
 
MoFEMErrorCode getNoFieldIndices (const int bit_number, boost::shared_ptr< FENumeredDofEntity_multiIndex > dofs, VectorInt &nodes_indices) const
 get NoField indices More...
 
MoFEMErrorCode getNoFieldRowIndices (EntitiesFieldData &data, const int bit_number) const
 get col NoField indices More...
 
MoFEMErrorCode getNoFieldColIndices (EntitiesFieldData &data, const int bit_number) const
 get col NoField indices More...
 
MoFEMErrorCode getBitRefLevelOnData ()
 
MoFEMErrorCode getNoFieldFieldData (const int bit_number, VectorDouble &ent_field_data, VectorDofs &ent_field_dofs, VectorFieldEntities &ent_field) const
 Get field data on nodes. More...
 
MoFEMErrorCode getNoFieldFieldData (EntitiesFieldData &data, const int bit_number) const
 
MoFEMErrorCode getNodesFieldData (EntitiesFieldData &data, const int bit_number) const
 Get data on nodes. More...
 
MoFEMErrorCode getEntityFieldData (EntitiesFieldData &data, const int bit_number, const EntityType type_lo=MBVERTEX, const EntityType type_hi=MBPOLYHEDRON) const
 
MoFEMErrorCode getProblemNodesIndices (const std::string &field_name, const NumeredDofEntity_multiIndex &dofs, VectorInt &nodes_indices) const
 get indices of nodal indices which are declared for problem but not this particular element More...
 
MoFEMErrorCode getProblemTypeIndices (const std::string &field_name, const NumeredDofEntity_multiIndex &dofs, EntityType type, int side_number, VectorInt &indices) const
 get indices by type (generic function) which are declared for problem but not this particular element More...
 
MoFEMErrorCode getProblemNodesRowIndices (const std::string &field_name, VectorInt &nodes_indices) const
 
MoFEMErrorCode getProblemTypeRowIndices (const std::string &field_name, EntityType type, int side_number, VectorInt &indices) const
 
MoFEMErrorCode getProblemNodesColIndices (const std::string &field_name, VectorInt &nodes_indices) const
 
MoFEMErrorCode getProblemTypeColIndices (const std::string &field_name, EntityType type, int side_number, VectorInt &indices) const
 
virtual int getRule (int order)
 
virtual MoFEMErrorCode setGaussPts (int order)
 

Detailed Description

FlatPrism finite element.

User is implementing own operator at Gauss points level, by own object derived from FlatPrismElementForcesAndSourcesCoreL::UserDataOperator. Arbitrary number of operator added pushing objects to rowOpPtrVector and rowColOpPtrVector.

Examples
forces_and_sources_testing_flat_prism_element.cpp.

Definition at line 27 of file FlatPrismElementForcesAndSourcesCore.hpp.

Constructor & Destructor Documentation

◆ FlatPrismElementForcesAndSourcesCore()

MoFEM::FlatPrismElementForcesAndSourcesCore::FlatPrismElementForcesAndSourcesCore ( Interface m_field)

Definition at line 11 of file FlatPrismElementForcesAndSourcesCore.cpp.

13  : ForcesAndSourcesCore(m_field),
14  meshPositionsFieldName("MESH_NODE_POSITIONS"),
20  boost::shared_ptr<BaseFunction>(new FlatPrismPolynomialBase());
22  "Problem with creation data on element")
23 }

Member Function Documentation

◆ operator()()

MoFEMErrorCode MoFEM::FlatPrismElementForcesAndSourcesCore::operator() ( )
virtual

function is run for every finite element

It is used to calculate element local matrices and assembly. It can be used for post-processing.

Reimplemented from MoFEM::ForcesAndSourcesCore.

Definition at line 25 of file FlatPrismElementForcesAndSourcesCore.cpp.

25  {
27 
28  if (numeredEntFiniteElementPtr->getEntType() != MBPRISM)
30 
31  EntitiesFieldData &data_div = *dataOnElement[HDIV];
32  EntitiesFieldData &data_curl = *dataOnElement[HCURL];
33  EntitiesFieldData &data_l2 = *dataOnElement[HCURL];
34 
36  int num_nodes;
37  const EntityHandle *conn;
38  CHKERR mField.get_moab().get_connectivity(ent, conn, num_nodes, true);
39  {
40  coords.resize(num_nodes * 3, false);
41  CHKERR mField.get_moab().get_coords(conn, num_nodes,
42  &*coords.data().begin());
43 
44  double diff_n[6];
45  CHKERR ShapeDiffMBTRI(diff_n);
46  normal.resize(6, false);
47  CHKERR ShapeFaceNormalMBTRI(diff_n, &coords[0], &normal[0]);
48  CHKERR ShapeFaceNormalMBTRI(diff_n, &coords[9], &normal[3]);
49  aRea[0] = cblas_dnrm2(3, &normal[0], 1) * 0.5;
50  aRea[1] = cblas_dnrm2(3, &normal[3], 1) * 0.5;
51  }
52 
54 
55  // H1
56  if ((dataH1.spacesOnEntities[MBVERTEX]).test(H1)) {
57  CHKERR getEntitySense<MBEDGE>(dataH1);
58  CHKERR getEntityDataOrder<MBEDGE>(dataH1, H1);
59  CHKERR getEntitySense<MBTRI>(dataH1);
60  CHKERR getEntityDataOrder<MBTRI>(dataH1, H1);
61  }
62 
63  // H1
64  if ((dataH1.spacesOnEntities[MBEDGE]).test(HCURL)) {
65  CHKERR getEntitySense<MBEDGE>(data_curl);
66  CHKERR getEntityDataOrder<MBEDGE>(data_curl, HCURL);
67  CHKERR getEntitySense<MBTRI>(data_curl);
68  CHKERR getEntityDataOrder<MBTRI>(data_curl, HCURL);
69  }
70 
71  // Hdiv
72  if ((dataH1.spacesOnEntities[MBTRI]).test(HDIV)) {
73  CHKERR getEntitySense<MBTRI>(data_div);
74  CHKERR getEntityDataOrder<MBTRI>(data_div, HDIV);
75  }
76 
77  // L2
78  if ((dataH1.spacesOnEntities[MBTRI]).test(L2)) {
79  CHKERR getEntitySense<MBTRI>(data_l2);
80  CHKERR getEntityDataOrder<MBTRI>(data_l2, L2);
81  }
82 
83  int order_data = getMaxDataOrder();
84  int order_row = getMaxRowOrder();
85  int order_col = getMaxColOrder();
86  int rule = getRule(order_row, order_col, order_data);
87  int nb_gauss_pts;
88  // int rule = getRule(order);
89  if (rule >= 0) {
90  if (rule < QUAD_2D_TABLE_SIZE) {
91  if (QUAD_2D_TABLE[rule]->dim != 2) {
92  SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY, "wrong dimension");
93  }
94  if (QUAD_2D_TABLE[rule]->order < rule) {
95  SETERRQ2(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
96  "wrong order %d != %d", QUAD_2D_TABLE[rule]->order, rule);
97  }
98  nb_gauss_pts = QUAD_2D_TABLE[rule]->npoints;
99  gaussPts.resize(3, nb_gauss_pts, false);
100  cblas_dcopy(nb_gauss_pts, &QUAD_2D_TABLE[rule]->points[1], 3,
101  &gaussPts(0, 0), 1);
102  cblas_dcopy(nb_gauss_pts, &QUAD_2D_TABLE[rule]->points[2], 3,
103  &gaussPts(1, 0), 1);
104  cblas_dcopy(nb_gauss_pts, QUAD_2D_TABLE[rule]->weights, 1,
105  &gaussPts(2, 0), 1);
106  dataH1.dataOnEntities[MBVERTEX][0].getN(NOBASE).resize(nb_gauss_pts, 3,
107  false);
108  double *shape_ptr =
109  &*dataH1.dataOnEntities[MBVERTEX][0].getN(NOBASE).data().begin();
110  cblas_dcopy(3 * nb_gauss_pts, QUAD_2D_TABLE[rule]->points, 1, shape_ptr,
111  1);
112  } else {
113  SETERRQ2(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
114  "rule > quadrature order %d < %d", rule, QUAD_2D_TABLE_SIZE);
115  nb_gauss_pts = 0;
116  }
117  } else {
118  CHKERR setGaussPts(order_row, order_col, order_data);
119  nb_gauss_pts = gaussPts.size2();
120  dataH1.dataOnEntities[MBVERTEX][0].getN(NOBASE).resize(nb_gauss_pts, 3,
121  false);
122  if (nb_gauss_pts) {
124  &*dataH1.dataOnEntities[MBVERTEX][0].getN(NOBASE).data().begin(),
125  &gaussPts(0, 0), &gaussPts(1, 0), nb_gauss_pts);
126  }
127  }
128 
129  if (nb_gauss_pts == 0)
131 
132  {
133  coordsAtGaussPts.resize(nb_gauss_pts, 6, false);
134  for (int gg = 0; gg < nb_gauss_pts; gg++) {
135  for (int dd = 0; dd < 3; dd++) {
136  coordsAtGaussPts(gg, dd) = cblas_ddot(
137  3, &dataH1.dataOnEntities[MBVERTEX][0].getN(NOBASE)(gg, 0), 1,
138  &coords[dd], 3);
139  coordsAtGaussPts(gg, 3 + dd) = cblas_ddot(
140  3, &dataH1.dataOnEntities[MBVERTEX][0].getN(NOBASE)(gg, 0), 1,
141  &coords[9 + dd], 3);
142  }
143  }
144  }
145 
146  for (int space = HCURL; space != LASTSPACE; ++space)
147  if (dataOnElement[space]) {
148  dataH1.dataOnEntities[MBVERTEX][0].getNSharedPtr(NOBASE) =
149  dataOnElement[H1]->dataOnEntities[MBVERTEX][0].getNSharedPtr(NOBASE);
150  }
151 
152  for (int b = AINSWORTH_LEGENDRE_BASE; b != LASTBASE; b++) {
153  if (dataH1.bAse.test(b)) {
154  switch (static_cast<FieldApproximationBase>(b)) {
157  if (dataH1.spacesOnEntities[MBVERTEX].test(H1)) {
158  CHKERR getElementPolynomialBase()->getValue(
159  gaussPts,
160  boost::shared_ptr<BaseFunctionCtx>(new FlatPrismPolynomialBaseCtx(
162  H1, static_cast<FieldApproximationBase>(b), NOBASE)));
163  }
164  #ifndef NDEBUG
165  if (dataH1.spacesOnEntities[MBTRI].test(HDIV)) {
166  SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
167  "Not yet implemented");
168  }
169  if (dataH1.spacesOnEntities[MBEDGE].test(HCURL)) {
170  SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
171  "Not yet implemented");
172  }
173  if (dataH1.spacesOnEntities[MBTET].test(L2)) {
174  SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
175  "Not yet implemented");
176  }
177 #endif
178  break;
179  default:
180  SETERRQ(PETSC_COMM_SELF, MOFEM_DATA_INCONSISTENCY,
181  "Not yet implemented");
182  }
183  }
184  }
185 
186  auto check_field = [&]() {
187  auto field_it =
188  fieldsPtr->get<FieldName_mi_tag>().find(meshPositionsFieldName);
189  if (field_it != fieldsPtr->get<FieldName_mi_tag>().end())
190  if ((numeredEntFiniteElementPtr->getBitFieldIdData() &
191  (*field_it)->getId())
192  .any())
193  return true;
194  return false;
195  };
196 
197  // Check if field meshPositionsFieldName exist
198  if (check_field()) {
199 
200  hoCoordsAtGaussPtsF3.resize(nb_gauss_pts, 3, false);
201  nOrmals_at_GaussPtF3.resize(nb_gauss_pts, 3, false);
202  tAngent1_at_GaussPtF3.resize(nb_gauss_pts, 3, false);
203  tAngent2_at_GaussPtF3.resize(nb_gauss_pts, 3, false);
204  hoCoordsAtGaussPtsF4.resize(nb_gauss_pts, 3, false);
205  nOrmals_at_GaussPtF4.resize(nb_gauss_pts, 3, false);
206  tAngent1_at_GaussPtF4.resize(nb_gauss_pts, 3, false);
207  tAngent2_at_GaussPtF4.resize(nb_gauss_pts, 3, false);
208  const auto bit_number = mField.get_field_bit_number(meshPositionsFieldName);
209  CHKERR getNodesFieldData(dataH1, bit_number);
210  CHKERR getEntityFieldData(dataH1, bit_number, MBEDGE);
211  CHKERR getEntityFieldData(dataH1, bit_number, MBEDGE);
214  } else {
215  hoCoordsAtGaussPtsF3.resize(0, 0, false);
216  nOrmals_at_GaussPtF3.resize(0, 0, false);
217  tAngent1_at_GaussPtF3.resize(0, 0, false);
218  tAngent2_at_GaussPtF3.resize(0, 0, false);
219  hoCoordsAtGaussPtsF4.resize(0, 0, false);
220  nOrmals_at_GaussPtF4.resize(0, 0, false);
221  tAngent1_at_GaussPtF4.resize(0, 0, false);
222  tAngent2_at_GaussPtF4.resize(0, 0, false);
223  }
224 
225 #ifndef NDEBUG
226  if (dataH1.spacesOnEntities[MBTRI].test(HDIV)) {
227  SETERRQ(PETSC_COMM_SELF, MOFEM_NOT_IMPLEMENTED, "not implemented yet");
228  }
229 #endif
230 
231  // Iterate over operators
233 
235 }

Friends And Related Function Documentation

◆ UserDataOperator

friend class UserDataOperator
friend

Member Data Documentation

◆ aRea

double MoFEM::FlatPrismElementForcesAndSourcesCore::aRea[2]
protected

Definition at line 150 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ coords

VectorDouble MoFEM::FlatPrismElementForcesAndSourcesCore::coords
protected

Definition at line 152 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ coordsAtGaussPts

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::coordsAtGaussPts
protected

Definition at line 153 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ hoCoordsAtGaussPtsF3

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::hoCoordsAtGaussPtsF3
protected

Definition at line 157 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ hoCoordsAtGaussPtsF4

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::hoCoordsAtGaussPtsF4
protected

Definition at line 161 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ meshPositionsFieldName

std::string MoFEM::FlatPrismElementForcesAndSourcesCore::meshPositionsFieldName
protected

Definition at line 155 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ normal

VectorDouble MoFEM::FlatPrismElementForcesAndSourcesCore::normal
protected

Definition at line 151 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ nOrmals_at_GaussPtF3

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::nOrmals_at_GaussPtF3
protected

Definition at line 158 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ nOrmals_at_GaussPtF4

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::nOrmals_at_GaussPtF4
protected

Definition at line 162 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ opHOCoordsAndNormals

OpGetCoordsAndNormalsOnPrism MoFEM::FlatPrismElementForcesAndSourcesCore::opHOCoordsAndNormals
protected

Definition at line 165 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ tAngent1_at_GaussPtF3

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent1_at_GaussPtF3
protected

Definition at line 159 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ tAngent1_at_GaussPtF4

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent1_at_GaussPtF4
protected

Definition at line 163 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ tAngent2_at_GaussPtF3

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent2_at_GaussPtF3
protected

Definition at line 160 of file FlatPrismElementForcesAndSourcesCore.hpp.

◆ tAngent2_at_GaussPtF4

MatrixDouble MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent2_at_GaussPtF4
protected

Definition at line 164 of file FlatPrismElementForcesAndSourcesCore.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
H1
@ H1
continuous field
Definition: definitions.h:85
MoFEM::DataOperator::opRhs
virtual MoFEMErrorCode opRhs(EntitiesFieldData &data, const bool error_if_no_base=false)
Definition: DataOperators.cpp:140
LASTBASE
@ LASTBASE
Definition: definitions.h:69
MoFEM::ForcesAndSourcesCore::getMaxRowOrder
int getMaxRowOrder() const
Get max order of approximation for field in rows.
Definition: ForcesAndSourcesCore.cpp:131
EntityHandle
NOBASE
@ NOBASE
Definition: definitions.h:59
CHK_THROW_MESSAGE
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
Definition: definitions.h:596
L2
@ L2
field with C-1 continuity
Definition: definitions.h:88
QUAD_2D_TABLE
static QUAD *const QUAD_2D_TABLE[]
Definition: quad.h:175
MoFEM::FlatPrismElementForcesAndSourcesCore::coordsAtGaussPts
MatrixDouble coordsAtGaussPts
Definition: FlatPrismElementForcesAndSourcesCore.hpp:153
MoFEM::ForcesAndSourcesCore::setGaussPts
virtual MoFEMErrorCode setGaussPts(int order_row, int order_col, int order_data)
set user specific integration rule
Definition: ForcesAndSourcesCore.cpp:1926
MoFEM::CoreInterface::get_field_bit_number
virtual FieldBitNumber get_field_bit_number(const std::string name) const =0
get field bit number
MoFEM::ForcesAndSourcesCore::getMaxDataOrder
int getMaxDataOrder() const
Get max order of approximation for data fields.
Definition: ForcesAndSourcesCore.cpp:120
MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent1_at_GaussPtF4
MatrixDouble tAngent1_at_GaussPtF4
Definition: FlatPrismElementForcesAndSourcesCore.hpp:163
QUAD_2D_TABLE_SIZE
#define QUAD_2D_TABLE_SIZE
Definition: quad.h:174
MoFEM::FlatPrismElementForcesAndSourcesCore::opHOCoordsAndNormals
OpGetCoordsAndNormalsOnPrism opHOCoordsAndNormals
Definition: FlatPrismElementForcesAndSourcesCore.hpp:165
MoFEM::ForcesAndSourcesCore::getElementPolynomialBase
auto & getElementPolynomialBase()
Get the Entity Polynomial Base object.
Definition: ForcesAndSourcesCore.hpp:90
MoFEM::ForcesAndSourcesCore::getMaxColOrder
int getMaxColOrder() const
Get max order of approximation for field in columns.
Definition: ForcesAndSourcesCore.cpp:135
MoFEM::EntitiesFieldData::spacesOnEntities
std::array< std::bitset< LASTSPACE >, MBMAXTYPE > spacesOnEntities
spaces on entity types
Definition: EntitiesFieldData.hpp:50
MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent1_at_GaussPtF3
MatrixDouble tAngent1_at_GaussPtF3
Definition: FlatPrismElementForcesAndSourcesCore.hpp:159
order
constexpr int order
Definition: dg_projection.cpp:18
MoFEM::ForcesAndSourcesCore::getEntityFieldData
MoFEMErrorCode getEntityFieldData(EntitiesFieldData &data, const int bit_number, const EntityType type_lo=MBVERTEX, const EntityType type_hi=MBPOLYHEDRON) const
Definition: ForcesAndSourcesCore.cpp:770
MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent2_at_GaussPtF4
MatrixDouble tAngent2_at_GaussPtF4
Definition: FlatPrismElementForcesAndSourcesCore.hpp:164
MoFEM::FlatPrismElementForcesAndSourcesCore::coords
VectorDouble coords
Definition: FlatPrismElementForcesAndSourcesCore.hpp:152
MoFEM::BasicMethod::fieldsPtr
const Field_multiIndex * fieldsPtr
raw pointer to fields container
Definition: LoopMethods.hpp:252
ShapeDiffMBTRI
PetscErrorCode ShapeDiffMBTRI(double *diffN)
calculate derivatives of shape functions
Definition: fem_tools.c:194
CHKERR
#define CHKERR
Inline error check.
Definition: definitions.h:535
MoFEM::CoreInterface::get_moab
virtual moab::Interface & get_moab()=0
MoFEM::FlatPrismElementForcesAndSourcesCore::nOrmals_at_GaussPtF3
MatrixDouble nOrmals_at_GaussPtF3
Definition: FlatPrismElementForcesAndSourcesCore.hpp:158
MoFEM::ForcesAndSourcesCore::dataOnElement
const std::array< boost::shared_ptr< EntitiesFieldData >, LASTSPACE > dataOnElement
Entity data on element entity rows fields.
Definition: ForcesAndSourcesCore.hpp:461
MoFEM::ForcesAndSourcesCore::createDataOnElement
MoFEMErrorCode createDataOnElement(EntityType type)
Create a entity data on element object.
Definition: ForcesAndSourcesCore.cpp:1305
ShapeFaceNormalMBTRI
PetscErrorCode ShapeFaceNormalMBTRI(double *diffN, const double *coords, double *normal)
Definition: fem_tools.c:229
MoFEM::ForcesAndSourcesCore::ForcesAndSourcesCore
ForcesAndSourcesCore(Interface &m_field)
Definition: ForcesAndSourcesCore.cpp:40
QUAD_::npoints
int npoints
Definition: quad.h:29
LASTSPACE
@ LASTSPACE
FieldSpace in [ 0, LASTSPACE )
Definition: definitions.h:89
MoFEM::ForcesAndSourcesCore::getRule
virtual int getRule(int order_row, int order_col, int order_data)
another variant of getRule
Definition: ForcesAndSourcesCore.cpp:1920
AINSWORTH_LOBATTO_BASE
@ AINSWORTH_LOBATTO_BASE
Definition: definitions.h:62
MoFEM::FlatPrismElementForcesAndSourcesCore::hoCoordsAtGaussPtsF3
MatrixDouble hoCoordsAtGaussPtsF3
Definition: FlatPrismElementForcesAndSourcesCore.hpp:157
MoFEM::EntitiesFieldData::bAse
std::bitset< LASTBASE > bAse
bases on element
Definition: EntitiesFieldData.hpp:45
MoFEM::FlatPrismElementForcesAndSourcesCore::tAngent2_at_GaussPtF3
MatrixDouble tAngent2_at_GaussPtF3
Definition: FlatPrismElementForcesAndSourcesCore.hpp:160
MoFEM::ForcesAndSourcesCore::getSpacesAndBaseOnEntities
MoFEMErrorCode getSpacesAndBaseOnEntities(EntitiesFieldData &data) const
Get field approximation space and base on entities.
Definition: ForcesAndSourcesCore.cpp:990
MoFEM::FlatPrismElementForcesAndSourcesCore::nOrmals_at_GaussPtF4
MatrixDouble nOrmals_at_GaussPtF4
Definition: FlatPrismElementForcesAndSourcesCore.hpp:162
MoFEM::FlatPrismElementForcesAndSourcesCore::aRea
double aRea[2]
Definition: FlatPrismElementForcesAndSourcesCore.hpp:150
MoFEM::ForcesAndSourcesCore::dataH1
EntitiesFieldData & dataH1
Definition: ForcesAndSourcesCore.hpp:471
FTensor::dd
const Tensor2_symmetric_Expr< const ddTensor0< T, Dim, i, j >, typename promote< T, double >::V, Dim, i, j > dd(const Tensor0< T * > &a, const Index< i, Dim > index1, const Index< j, Dim > index2, const Tensor1< int, Dim > &d_ijk, const Tensor1< double, Dim > &d_xyz)
Definition: ddTensor0.hpp:33
AINSWORTH_LEGENDRE_BASE
@ AINSWORTH_LEGENDRE_BASE
Ainsworth Cole (Legendre) approx. base .
Definition: definitions.h:60
HCURL
@ HCURL
field with continuous tangents
Definition: definitions.h:86
MOFEM_DATA_INCONSISTENCY
@ MOFEM_DATA_INCONSISTENCY
Definition: definitions.h:31
MoFEM::ForcesAndSourcesCore::gaussPts
MatrixDouble gaussPts
Matrix of integration points.
Definition: ForcesAndSourcesCore.hpp:109
MoFEM::FlatPrismElementForcesAndSourcesCore::hoCoordsAtGaussPtsF4
MatrixDouble hoCoordsAtGaussPtsF4
Definition: FlatPrismElementForcesAndSourcesCore.hpp:161
FieldApproximationBase
FieldApproximationBase
approximation base
Definition: definitions.h:58
MoFEM::EntitiesFieldData::dataOnEntities
std::array< boost::ptr_vector< EntData >, MBMAXTYPE > dataOnEntities
Definition: EntitiesFieldData.hpp:56
MoFEM::ForcesAndSourcesCore::loopOverOperators
MoFEMErrorCode loopOverOperators()
Iterate user data operators.
Definition: ForcesAndSourcesCore.cpp:1347
MoFEM::FEMethod::numeredEntFiniteElementPtr
boost::shared_ptr< const NumeredEntFiniteElement > numeredEntFiniteElementPtr
Definition: LoopMethods.hpp:383
MoFEM::field_it
Field_multiIndex::index< FieldName_mi_tag >::type::iterator field_it
Definition: Projection10NodeCoordsOnField.cpp:123
MoFEM::ForcesAndSourcesCore::getNodesFieldData
MoFEMErrorCode getNodesFieldData(EntitiesFieldData &data, const int bit_number) const
Get data on nodes.
Definition: ForcesAndSourcesCore.cpp:642
MoFEM::FlatPrismElementForcesAndSourcesCore::meshPositionsFieldName
std::string meshPositionsFieldName
Definition: FlatPrismElementForcesAndSourcesCore.hpp:155
MoFEMFunctionReturn
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:416
HDIV
@ HDIV
field with continuous normal traction
Definition: definitions.h:87
MOFEM_NOT_IMPLEMENTED
@ MOFEM_NOT_IMPLEMENTED
Definition: definitions.h:32
MoFEM::FlatPrismElementForcesAndSourcesCore::normal
VectorDouble normal
Definition: FlatPrismElementForcesAndSourcesCore.hpp:151
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::mField
Interface & mField
Definition: ForcesAndSourcesCore.hpp:24
MoFEM::OpGetCoordsAndNormalsOnPrism::calculateNormals
MoFEMErrorCode calculateNormals()
Definition: DataOperators.cpp:467
ShapeMBTRI
PetscErrorCode ShapeMBTRI(double *N, const double *X, const double *Y, const int G_DIM)
calculate shape functions on triangle
Definition: fem_tools.c:182