![]() |
NeoPZ
|
#include <TPZIntQuadQuarterPoint.h>
Public Member Functions | |
| TPZIntQuadQuarterPoint (int ordksi) | |
| TPZIntQuadQuarterPoint (const TPZIntQuadQuarterPoint ©) | |
| virtual int | NPoints () const |
| Returns number of points for the cubature rule related. More... | |
| virtual void | Point (int ip, TPZVec< REAL > &pos, REAL &w) const |
| return the weight and position of the integration point More... | |
| virtual void | SetOrder (TPZVec< int > &ord, int type=0) |
| set the integration order More... | |
| void | SetCorner (int corner) |
| set the corner where the singularity resides More... | |
| virtual TPZIntPoints * | Clone () const |
| Make a clone of the related cubature rule. More... | |
Public Member Functions inherited from TPZIntQuad | |
| TPZIntQuad (int OrdK, int OrdE) | |
| Constructor with two one dimensional rules. More... | |
| TPZIntQuad (int OrdK=1) | |
| TPZIntQuad (const TPZIntQuad ©) | |
| Copy constructor. More... | |
| TPZIntQuad & | operator= (const TPZIntQuad ©) |
| virtual | ~TPZIntQuad () |
| Destructor. More... | |
| virtual void | SetType (int type, int order) |
| Set the order and the type of integration rule : More... | |
| virtual void | GetOrder (TPZVec< int > &ord) const |
| Return the order of the integration rule. More... | |
| virtual int | GetRealMaxOrder () const |
| virtual int | GetMaxOrder () const |
| virtual int | Dimension () const |
| Returns the dimension of the master element related for the cubature rule. More... | |
| virtual TPZIntPoints * | PrismExtend (int order) |
| void | Name (std::string &name) const |
| Returns the name of the cubature rule. More... | |
Public Member Functions inherited from TPZIntPoints | |
| virtual | ~TPZIntPoints () |
| Default destructor. More... | |
| TPZIntPoints () | |
| TPZIntPoints (const TPZIntPoints ©) | |
| TPZIntPoints & | operator= (const TPZIntPoints ©) |
| virtual void | Print (std::ostream &out) const |
| Prints information of the cubature rule. More... | |
Private Attributes | |
| int | fCorner |
| corner associated with the integration rule More... | |
| int | fNPoints |
| number of integration points More... | |
Additional Inherited Members | |
Public Types inherited from TPZIntQuad | |
| enum | { Dim } |
Definition at line 15 of file TPZIntQuadQuarterPoint.h.
|
inline |
Definition at line 24 of file TPZIntQuadQuarterPoint.h.
References TPZIntQuad::NPoints().
Referenced by Clone().
|
inline |
Definition at line 29 of file TPZIntQuadQuarterPoint.h.
|
inlinevirtual |
Make a clone of the related cubature rule.
Reimplemented from TPZIntQuad.
Definition at line 56 of file TPZIntQuadQuarterPoint.h.
References TPZIntQuadQuarterPoint().
|
inlinevirtual |
Returns number of points for the cubature rule related.
Reimplemented from TPZIntQuad.
Definition at line 34 of file TPZIntQuadQuarterPoint.h.
References fNPoints, Point(), and SetOrder().
|
virtual |
return the weight and position of the integration point
Reimplemented from TPZIntQuad.
Definition at line 13 of file TPZIntQuadQuarterPoint.cpp.
References cos(), DebugStop, fCorner, TPZIntQuad::Point(), and sin.
Referenced by NPoints().
|
inline |
set the corner where the singularity resides
Definition at line 46 of file TPZIntQuadQuarterPoint.h.
References DebugStop.
|
virtual |
set the integration order
Reimplemented from TPZIntQuad.
Definition at line 57 of file TPZIntQuadQuarterPoint.cpp.
References fNPoints, TPZIntQuad::NPoints(), and TPZIntQuad::SetOrder().
Referenced by NPoints().
|
private |
corner associated with the integration rule
Definition at line 18 of file TPZIntQuadQuarterPoint.h.
Referenced by Point().
|
private |
number of integration points
Definition at line 20 of file TPZIntQuadQuarterPoint.h.
Referenced by NPoints(), and SetOrder().
1.8.13