v0.15.0
Loading...
Searching...
No Matches
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() ()
 Main operator function executed for each loop iteration.
 
- Public Member Functions inherited from MoFEM::ForcesAndSourcesCore
 ForcesAndSourcesCore (Interface &m_field)
 
boost::ptr_deque< UserDataOperator > & getOpPtrVector ()
 Use to push back operator for row operator.
 
auto & getElementPolynomialBase ()
 Get the Entity Polynomial Base object.
 
auto & getUserPolynomialBase ()
 Get the User Polynomial Base object.
 
virtual MoFEMErrorCode preProcess ()
 Pre-processing function executed at loop initialization.
 
virtual MoFEMErrorCode postProcess ()
 Post-processing function executed at loop completion.
 
int getMaxDataOrder () const
 Get max order of approximation for data fields.
 
int getMaxRowOrder () const
 Get max order of approximation for field in rows.
 
int getMaxColOrder () const
 Get max order of approximation for field in columns.
 
auto & getEntData (const FieldSpace space, const EntityType type, const int side)
 Get the entity data.
 
auto & getDataOnElementBySpaceArray ()
 Get data on entities and space.
 
auto & getDerivedDataOnElementBySpaceArray ()
 Get derived data on entities and space.
 
- Public Member Functions inherited from MoFEM::FEMethod
MoFEMErrorCode query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const
 Query interface for type casting.
 
 FEMethod ()=default
 Default constructor.
 
auto getFEName () const
 Get the name of the current finite element.
 
auto getDataDofsPtr () const
 Get pointer to DOF data for the current finite element.
 
auto getDataVectorDofsPtr () const
 Get pointer to vector DOF data for the current finite element.
 
const FieldEntity_vector_viewgetDataFieldEnts () const
 Get reference to data field entities for the current finite element.
 
boost::shared_ptr< FieldEntity_vector_view > & getDataFieldEntsPtr () const
 Get shared pointer to data field entities for the current finite element.
 
auto & getRowFieldEnts () const
 Get reference to row field entities for the current finite element.
 
auto & getRowFieldEntsPtr () const
 Get shared pointer to row field entities for the current finite element.
 
auto & getColFieldEnts () const
 Get reference to column field entities for the current finite element.
 
auto & getColFieldEntsPtr () const
 Get shared pointer to column field entities for the current finite element.
 
auto getRowDofsPtr () const
 Get pointer to row DOFs for the current finite element.
 
auto getColDofsPtr () const
 Get pointer to column DOFs for the current finite element.
 
auto getNumberOfNodes () const
 Get the number of nodes in the current finite element.
 
EntityHandle getFEEntityHandle () const
 Get the entity handle of the current finite element.
 
MoFEMErrorCode getNodeData (const std::string field_name, VectorDouble &data, const bool reset_dofs=true)
 Get nodal data for a specific field.
 
- Public Member Functions inherited from MoFEM::BasicMethod
 BasicMethod ()
 Default constructor.
 
virtual ~BasicMethod ()=default
 Virtual destructor.
 
int getNinTheLoop () const
 Get current loop iteration index.
 
int getLoopSize () const
 Get total loop size.
 
auto getLoHiFERank () const
 Get processor rank range for finite element iteration.
 
auto getLoFERank () const
 Get lower processor rank for finite element iteration.
 
auto getHiFERank () const
 Get upper processor rank for finite element iteration.
 
unsigned int getFieldBitNumber (std::string field_name) const
 Get bit number for a specific field by name.
 
MoFEMErrorCode copyBasicMethod (const BasicMethod &basic)
 Copy data from another BasicMethod instance.
 
boost::weak_ptr< CacheTuplegetCacheWeakPtr () const
 Get the cache weak pointer object.
 
- Public Member Functions inherited from MoFEM::KspMethod
MoFEMErrorCode query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const
 Query interface for type casting.
 
 KspMethod ()
 Default constructor.
 
virtual ~KspMethod ()=default
 Virtual destructor.
 
MoFEMErrorCode copyKsp (const KspMethod &ksp)
 Copy data from another KSP method.
 
- Public Member Functions inherited from MoFEM::PetscData
 PetscData ()
 Default constructor.
 
virtual ~PetscData ()=default
 Virtual destructor.
 
MoFEMErrorCode copyPetscData (const PetscData &petsc_data)
 Copy PETSc data from another instance.
 
- Public Member Functions inherited from MoFEM::UnknownInterface
template<class IFACE >
MoFEMErrorCode registerInterface (bool error_if_registration_failed=true)
 Register interface.
 
template<class IFACE >
MoFEMErrorCode getInterface (IFACE *&iface) const
 Get interface reference to pointer of interface.
 
template<class IFACE >
MoFEMErrorCode getInterface (IFACE **const iface) const
 Get interface pointer to pointer of interface.
 
template<class IFACE , typename boost::enable_if< boost::is_pointer< IFACE >, int >::type = 0>
IFACE getInterface () const
 Get interface pointer to pointer of interface.
 
template<class IFACE , typename boost::enable_if< boost::is_reference< IFACE >, int >::type = 0>
IFACE getInterface () const
 Get reference to interface.
 
template<class IFACE >
IFACE * getInterface () const
 Function returning pointer to interface.
 
virtual ~UnknownInterface ()=default
 
- Public Member Functions inherited from MoFEM::SnesMethod
MoFEMErrorCode query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const
 Query interface for type casting.
 
 SnesMethod ()
 Default constructor.
 
virtual ~SnesMethod ()=default
 Virtual destructor.
 
MoFEMErrorCode copySnes (const SnesMethod &snes)
 Copy SNES data from another instance.
 
- Public Member Functions inherited from MoFEM::TSMethod
MoFEMErrorCode query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const
 Query interface for type casting.
 
 TSMethod ()
 Default constructor.
 
virtual ~TSMethod ()=default
 Virtual destructor.
 
MoFEMErrorCode copyTs (const TSMethod &ts)
 Copy TS solver data from another instance.
 
- Public Member Functions inherited from MoFEM::TaoMethod
MoFEMErrorCode query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const
 Query interface for type casting.
 
 TaoMethod ()
 Default constructor.
 
virtual ~TaoMethod ()=default
 Virtual destructor.
 
MoFEMErrorCode copyTao (const TaoMethod &tao)
 Copy TAO data from another instance.
 

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.
 
const std::array< boost::shared_ptr< EntitiesFieldData >, LASTSPACEderivedDataOnElement
 Entity data on element entity columns fields.
 
EntitiesFieldDatadataNoField
 
EntitiesFieldDatadataH1
 
EntitiesFieldDatadataHcurl
 
EntitiesFieldDatadataHdiv
 
EntitiesFieldDatadataL2
 
boost::ptr_deque< UserDataOperatoropPtrVector
 Vector of finite element users data operators.
 
EntityType lastEvaluatedElementEntityType
 Last evaluated type of element entity.
 
MatrixDouble coordsAtGaussPts
 coordinated at gauss points
 
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 }
 Context enumeration for KSP solver phases. 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_DX = 1 << 4 , CTX_SET_X_T = 1 << 5 , CTX_SET_X_TT = 1 << 6 ,
  CTX_SET_TIME = 1 << 7
}
 Enumeration for data context flags. More...
 
using Switches = std::bitset< 8 >
 Bitset type for context switches.
 
- Public Types inherited from MoFEM::SnesMethod
enum  SNESContext { CTX_SNESSETFUNCTION , CTX_SNESSETJACOBIAN , CTX_SNESNONE }
 Context enumeration for SNES solver phases. More...
 
- Public Types inherited from MoFEM::TSMethod
enum  TSContext {
  CTX_TSSETRHSFUNCTION , CTX_TSSETRHSJACOBIAN , CTX_TSSETIFUNCTION , CTX_TSSETIJACOBIAN ,
  CTX_TSTSMONITORSET , CTX_TSNONE
}
 Context enumeration for TS solver phases. More...
 
- Public Types inherited from MoFEM::TaoMethod
enum  TAOContext { CTX_TAO_OBJECTIVE , CTX_TAO_GRADIENT , CTX_TAO_HESSIAN , CTX_TAO_NONE }
 Context enumeration for TAO solver phases. More...
 
- Static Public Member Functions inherited from MoFEM::UnknownInterface
static MoFEMErrorCode getLibVersion (Version &version)
 Get library version.
 
static MoFEMErrorCode getFileVersion (moab::Interface &moab, Version &version)
 Get database major version.
 
static MoFEMErrorCode setFileVersion (moab::Interface &moab, Version version=Version(MoFEM_VERSION_MAJOR, MoFEM_VERSION_MINOR, MoFEM_VERSION_BUILD))
 Get database major version.
 
static MoFEMErrorCode getInterfaceVersion (Version &version)
 Get database major version.
 
- Public Attributes inherited from MoFEM::ForcesAndSourcesCore
InterfacemField
 
RuleHookFun getRuleHook
 Hook to get rule.
 
GaussHookFun setRuleHook
 Set function to calculate integration rule.
 
MatrixDouble gaussPts
 Matrix of integration points.
 
- Public Attributes inherited from MoFEM::FEMethod
std::string feName
 Name of the finite element being processed.
 
boost::shared_ptr< const NumeredEntFiniteElementnumeredEntFiniteElementPtr
 Shared pointer to finite element database structure.
 
boost::function< bool(FEMethod *fe_method_ptr)> exeTestHook
 Test function to determine if element should be skipped.
 
- Public Attributes inherited from MoFEM::BasicMethod
int nInTheLoop
 Current index of processed method in the loop.
 
int loopSize
 Total number of methods to process in the loop.
 
std::pair< int, int > loHiFERank
 Processor rank range for distributed finite element iteration.
 
int rAnk
 Current processor rank in MPI communicator.
 
int sIze
 Total number of processors in MPI communicator.
 
const RefEntity_multiIndexrefinedEntitiesPtr
 Pointer to container of refined MoFEM DOF entities.
 
const RefElement_multiIndexrefinedFiniteElementsPtr
 Pointer to container of refined finite element entities.
 
const ProblemproblemPtr
 Raw pointer to current MoFEM problem instance.
 
const Field_multiIndexfieldsPtr
 Raw pointer to fields multi-index container.
 
const FieldEntity_multiIndexentitiesPtr
 Raw pointer to container of field entities.
 
const DofEntity_multiIndexdofsPtr
 Raw pointer to container of degree of freedom entities.
 
const FiniteElement_multiIndexfiniteElementsPtr
 Raw pointer to container of finite elements.
 
const EntFiniteElement_multiIndexfiniteElementsEntitiesPtr
 Raw pointer to container of finite element entities.
 
const FieldEntityEntFiniteElementAdjacencyMap_multiIndexadjacenciesPtr
 Raw pointer to container of adjacencies between DOFs and finite elements.
 
boost::function< MoFEMErrorCode()> preProcessHook
 Hook function for pre-processing operations.
 
boost::function< MoFEMErrorCode()> postProcessHook
 Hook function for post-processing operations.
 
boost::function< MoFEMErrorCode()> operatorHook
 Hook function for main operator execution.
 
boost::movelib::unique_ptr< boolvecAssembleSwitch
 Switch for vector assembly operations.
 
boost::movelib::unique_ptr< boolmatAssembleSwitch
 Switch for matrix assembly operations.
 
boost::weak_ptr< CacheTuplecacheWeakPtr
 Weak pointer to cached entity data.
 
- Public Attributes inherited from MoFEM::KspMethod
KSPContext ksp_ctx
 Current KSP computation context.
 
KSP ksp
 PETSc KSP linear solver object.
 
Vec & ksp_f
 Reference to residual vector in KSP context.
 
Mat & ksp_A
 Reference to system matrix in KSP context.
 
Mat & ksp_B
 Reference to preconditioner matrix in KSP context.
 
- Public Attributes inherited from MoFEM::PetscData
Switches data_ctx
 Current data context switches.
 
Vec f
 PETSc residual vector.
 
Mat A
 PETSc Jacobian matrix.
 
Mat B
 PETSc preconditioner matrix.
 
Vec x
 PETSc solution vector.
 
Vec dx
 PETSc solution increment vector.
 
Vec x_t
 PETSc first time derivative vector.
 
Vec x_tt
 PETSc second time derivative vector.
 
- Public Attributes inherited from MoFEM::SnesMethod
SNESContext snes_ctx
 Current SNES computation context.
 
SNES snes
 PETSc SNES nonlinear solver object.
 
Vec & snes_x
 Reference to current solution state vector.
 
Vec & snes_dx
 Reference to solution update/increment vector.
 
Vec & snes_f
 Reference to residual vector.
 
Mat & snes_A
 Reference to Jacobian matrix.
 
Mat & snes_B
 Reference to preconditioner of Jacobian matrix.
 
- Public Attributes inherited from MoFEM::TSMethod
TS ts
 PETSc time stepping solver object.
 
TSContext ts_ctx
 Current TS computation context.
 
PetscInt ts_step
 Current time step number.
 
PetscReal ts_a
 Shift parameter for U_t (see PETSc Time Solver documentation)
 
PetscReal ts_aa
 Shift parameter for U_tt (second time derivative)
 
PetscReal ts_t
 Current time value.
 
PetscReal ts_dt
 Current time step size.
 
Vec & ts_u
 Reference to current state vector U(t)
 
Vec & ts_u_t
 Reference to first time derivative of state vector dU/dt.
 
Vec & ts_u_tt
 Reference to second time derivative of state vector d²U/dt²
 
Vec & ts_F
 Reference to residual vector F(t,U,U_t,U_tt)
 
Mat & ts_A
 Reference to Jacobian matrix: dF/dU + a*dF/dU_t + aa*dF/dU_tt.
 
Mat & ts_B
 Reference to preconditioner matrix for ts_A.
 
- Public Attributes inherited from MoFEM::TaoMethod
TAOContext tao_ctx
 Current TAO computation context.
 
Tao tao
 PETSc TAO optimization solver object.
 
Vec & tao_x
 Reference to optimization variables vector.
 
Vec & tao_f
 Reference to gradient vector.
 
Mat & tao_A
 Reference to Hessian matrix.
 
Mat & tao_B
 Reference to preconditioner matrix for Hessian.
 
- Static Public Attributes inherited from MoFEM::PetscData
static constexpr Switches CtxSetNone = PetscData::Switches(CTX_SET_NONE)
 No data switch.
 
static constexpr Switches CtxSetF = PetscData::Switches(CTX_SET_F)
 Residual vector switch.
 
static constexpr Switches CtxSetA = PetscData::Switches(CTX_SET_A)
 Jacobian matrix switch.
 
static constexpr Switches CtxSetB = PetscData::Switches(CTX_SET_B)
 Preconditioner matrix switch.
 
static constexpr Switches CtxSetX = PetscData::Switches(CTX_SET_X)
 Solution vector switch.
 
static constexpr Switches CtxSetDX = PetscData::Switches(CTX_SET_DX)
 Solution increment switch.
 
static constexpr Switches CtxSetX_T = PetscData::Switches(CTX_SET_X_T)
 First time derivative switch.
 
static constexpr Switches CtxSetX_TT = PetscData::Switches(CTX_SET_X_TT)
 Second time derivative switch.
 
static constexpr Switches CtxSetTime = PetscData::Switches(CTX_SET_TIME)
 Time value switch.
 
- Protected Member Functions inherited from MoFEM::ForcesAndSourcesCore
MoFEMErrorCode getEntitySense (const EntityType type, boost::ptr_vector< EntitiesFieldData::EntData > &data) const
 get sense (orientation) of entity
 
MoFEMErrorCode getEntityDataOrder (const EntityType type, const FieldSpace space, boost::ptr_vector< EntitiesFieldData::EntData > &data) const
 Get the entity data order.
 
template<EntityType type>
MoFEMErrorCode getEntitySense (EntitiesFieldData &data) const
 Get the entity sense (orientation)
 
template<EntityType type>
MoFEMErrorCode getEntityDataOrder (EntitiesFieldData &data, const FieldSpace space) const
 Get the entity data order for given space.
 
MoFEMErrorCode getFaceNodes (EntitiesFieldData &data) const
 Get nodes on faces.
 
MoFEMErrorCode getSpacesAndBaseOnEntities (EntitiesFieldData &data) const
 Get field approximation space and base on entities.
 
virtual int getRule (int order_row, int order_col, int order_data)
 another variant of getRule
 
virtual MoFEMErrorCode setGaussPts (int order_row, int order_col, int order_data)
 set user specific integration rule
 
MoFEMErrorCode calHierarchicalBaseFunctionsOnElement (const FieldApproximationBase b)
 Calculate base functions.
 
MoFEMErrorCode calHierarchicalBaseFunctionsOnElement ()
 Calculate base functions.
 
MoFEMErrorCode calBernsteinBezierBaseFunctionsOnElement ()
 Calculate Bernstein-Bezier base.
 
MoFEMErrorCode createDataOnElement (EntityType type)
 Create a entity data on element object.
 
MoFEMErrorCode loopOverOperators ()
 Iterate user data operators.
 
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
 
MoFEMErrorCode getRowNodesIndices (EntitiesFieldData &data, const int bit_number) const
 get row node indices from FENumeredDofEntity_multiIndex
 
MoFEMErrorCode getColNodesIndices (EntitiesFieldData &data, const int bit_number) const
 get col node indices from FENumeredDofEntity_multiIndex
 
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 getNoFieldRowIndices (EntitiesFieldData &data, const int bit_number) const
 get col NoField indices
 
MoFEMErrorCode getNoFieldColIndices (EntitiesFieldData &data, const int bit_number) const
 get col NoField indices
 
MoFEMErrorCode getBitRefLevelOnData ()
 
MoFEMErrorCode getNodesFieldData (EntitiesFieldData &data, const int bit_number) const
 Get data on nodes.
 
MoFEMErrorCode getEntityFieldData (EntitiesFieldData &data, const int bit_number, const EntityType type_lo=MBVERTEX, const EntityType type_hi=MBPOLYHEDRON) const
 
template<typename EXTRACTOR >
MoFEMErrorCode getNoFieldEntityFieldData (EntitiesFieldData &data, const int bit_number, EXTRACTOR &&extractor) const
 Get field data on entities where no field is defined.
 
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
 
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
 
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
mofem/atom_tests/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}
#define CHK_THROW_MESSAGE(err, msg)
Check and throw MoFEM exception.
auto & getElementPolynomialBase()
Get the Entity Polynomial Base object.
ForcesAndSourcesCore(Interface &m_field)
MoFEMErrorCode createDataOnElement(EntityType type)
Create a entity data on element object.

Member Function Documentation

◆ operator()()

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

Main operator function executed for each loop iteration.

This virtual function is called for every item (finite element, entity, etc.) in the loop. It is the core computation function typically used for:

  • Calculating element local matrices and vectors
  • Assembling contributions to global system
  • Element-level post-processing operations
Returns
Error code indicating success or failure

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 SETERRQ(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 SETERRQ(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)) {
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}
FieldApproximationBase
approximation base
Definition definitions.h:58
@ LASTBASE
Definition definitions.h:69
@ AINSWORTH_LEGENDRE_BASE
Ainsworth Cole (Legendre) approx. base .
Definition definitions.h:60
@ AINSWORTH_LOBATTO_BASE
Definition definitions.h:62
@ NOBASE
Definition definitions.h:59
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
@ L2
field with C-1 continuity
Definition definitions.h:88
@ LASTSPACE
FieldSpace in [ 0, LASTSPACE )
Definition definitions.h:89
@ H1
continuous field
Definition definitions.h:85
@ HCURL
field with continuous tangents
Definition definitions.h:86
@ HDIV
field with continuous normal traction
Definition definitions.h:87
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
@ MOFEM_DATA_INCONSISTENCY
Definition definitions.h:31
@ MOFEM_NOT_IMPLEMENTED
Definition definitions.h:32
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define CHKERR
Inline error check.
constexpr int order
PetscErrorCode ShapeFaceNormalMBTRI(double *diffN, const double *coords, double *normal)
Definition fem_tools.c:229
PetscErrorCode ShapeDiffMBTRI(double *diffN)
calculate derivatives of shape functions
Definition fem_tools.c:194
PetscErrorCode ShapeMBTRI(double *N, const double *X, const double *Y, const int G_DIM)
calculate shape functions on triangle
Definition fem_tools.c:182
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
Field_multiIndex::index< FieldName_mi_tag >::type::iterator field_it
#define QUAD_2D_TABLE_SIZE
Definition quad.h:174
static QUAD *const QUAD_2D_TABLE[]
Definition quad.h:175
const Field_multiIndex * fieldsPtr
Raw pointer to fields multi-index container.
virtual FieldBitNumber get_field_bit_number(const std::string name) const =0
get field bit number
virtual moab::Interface & get_moab()=0
virtual MoFEMErrorCode opRhs(EntitiesFieldData &data, const bool error_if_no_base=false)
std::array< std::bitset< LASTSPACE >, MBMAXTYPE > spacesOnEntities
spaces on entity types
std::bitset< LASTBASE > bAse
bases on element
std::array< boost::ptr_vector< EntData >, MBMAXTYPE > dataOnEntities
boost::shared_ptr< const NumeredEntFiniteElement > numeredEntFiniteElementPtr
Shared pointer to finite element database structure.
MoFEMErrorCode loopOverOperators()
Iterate user data operators.
int getMaxRowOrder() const
Get max order of approximation for field in rows.
MoFEMErrorCode getSpacesAndBaseOnEntities(EntitiesFieldData &data) const
Get field approximation space and base on entities.
virtual MoFEMErrorCode setGaussPts(int order_row, int order_col, int order_data)
set user specific integration rule
MoFEMErrorCode getEntityFieldData(EntitiesFieldData &data, const int bit_number, const EntityType type_lo=MBVERTEX, const EntityType type_hi=MBPOLYHEDRON) const
virtual int getRule(int order_row, int order_col, int order_data)
another variant of getRule
const std::array< boost::shared_ptr< EntitiesFieldData >, LASTSPACE > dataOnElement
Entity data on element entity rows fields.
MatrixDouble gaussPts
Matrix of integration points.
int getMaxColOrder() const
Get max order of approximation for field in columns.
MoFEMErrorCode getNodesFieldData(EntitiesFieldData &data, const int bit_number) const
Get data on nodes.
int getMaxDataOrder() const
Get max order of approximation for data fields.
int npoints
Definition quad.h:29

Friends And Related Symbol Documentation

◆ UserDataOperator

friend class UserDataOperator
friend

Definition at line 167 of file FlatPrismElementForcesAndSourcesCore.hpp.

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: