7 #ifndef PZ_pzreducedspace_h 8 #define PZ_pzreducedspace_h 74 virtual int NShapeF()
const override;
189 PZError <<
"This method was not implemented";
Represents a graphical mesh used for post processing purposes. Post processing.
virtual int NConnectShapeF(int inod, int order) const override
Returns the number of shapefunctions associated with a connect.
virtual void PRefine(int order) override
Change the preferred order for the element and proceed the adjust of the aproximation space taking ...
virtual void ShapeX(TPZVec< REAL > &qsi, TPZFMatrix< REAL > &phi, TPZFMatrix< REAL > &dphix, TPZFMatrix< REAL > &axes)
Computes the shape function set at the point x.
TPZInterpolationSpace * ReferredIntel() const
clarg::argInt dimension("-d", "Matrices dimension M x M", 1000)
void CreateGraphicalElement(TPZGraphMesh &grafgrid, int dimension) override
Creates corresponding graphical element(s) if the dimension matches graphical elements are used to ge...
virtual int Dimension() const =0
Dimension of the element.
Contains declaration of TPZInterpolationSpace class which implements the interface for interpolated c...
virtual int MaxOrder() override
Returns the max order of interpolation.
virtual const TPZIntPoints & GetIntegrationRule() const override=0
Returns a reference to an integration rule suitable for integrating the interior of the element...
virtual TPZCompEl * ClonePatchEl(TPZCompMesh &mesh, std::map< int64_t, int64_t > &gl2lcConMap, std::map< int64_t, int64_t > &gl2lcElMap) const override
Method for creating a copy of the element in a patch mesh.
TPZReducedSpace()
Default constructor.
virtual int NShapeF() const override
It returns the shapes number of the element.
virtual int NSideConnects(int iside) const override
Returns the number of dof nodes along side iside.
void InitializeElementMatrix(TPZElementMatrix &ek, TPZElementMatrix &ef) override
Initialize element matrix in which is computed CalcStiff.
void Write(TPZStream &buf, int withclassid) const override
Save the element data to a stream.
virtual void ComputeRequiredData(TPZMaterialData &data, TPZVec< REAL > &qsi) override
Compute and fill data with requested attributes.
Abstract class defining integration rules. Numerical Integration.
int ClassId() const override
Define the class id associated with the class.
virtual void SetPreferredOrder(int order) override
Defines the desired order for entire element.
void Read(TPZStream &buf, void *context) override
Read the element data from a stream.
virtual TPZIntPoints & GetIntegrationRule() override
Returns a reference to an integration rule suitable for integrating the interior of the element...
Defines the behaviour of all geometric elements. GeometryTPZGeoEl is the common denominator for all g...
virtual void ComputeSolution(TPZVec< REAL > &qsi, TPZMaterialData &data) override
#define DebugStop()
Returns a message to user put a breakpoint in.
virtual ~TPZReducedSpace()
Default destructor.
virtual int64_t ConnectIndex(int i) const override
Returns the index of the ith connectivity of the element.
virtual int SideConnectLocId(int icon, int is) const override
Returns the local node number of icon along is.
This class associates an element matrix with the coeficients of its contribution in the global stiffn...
Implements the interfaces for TPZCompElDisc, TPZInterfaceElement and TPZInterpolatedElement. Computational element.
virtual void SetConnectIndex(int inode, int64_t index) override
Set the index i to node inode.
virtual void ComputeShape(TPZVec< REAL > &qsi, TPZMaterialData &data) override
Compute shape functions based on master element in the classical FEM manne.
Implements computational mesh. Computational Mesh.
Defines the interface for saving and reading data. Persistency.
virtual TPZCompEl * Clone(TPZCompMesh &mesh) const override
Method for creating a copy of the element.
virtual void BuildCornerConnectList(std::set< int64_t > &connectindexes) const override
adds the connect indexes associated with base shape functions to the set
virtual const TPZIntPoints & GetIntegrationRule() const override
Returns a reference to an integration rule suitable for integrating the interior of the element...
virtual int NConnects() const override
Returns the number of nodes of the element.
static void SetAllCreateFunctionsReducedSpace(TPZCompMesh *cmesh)
Defines the interface of a computational element. Computational Element.
virtual void Shape(TPZVec< REAL > &qsi, TPZFMatrix< REAL > &phi, TPZFMatrix< REAL > &dphi) override
Computes the shape function set at the point x.
#define PZError
Defines the output device to error messages and the DebugStop() function.
virtual int Dimension() const override
Dimension of the element.
virtual void InitMaterialData(TPZMaterialData &data) override
Initialize a material data and its attributes based on element dimension, number of state variables a...