Class QuadraturePoint
java.lang.Object
org.episteme.core.mathematics.analysis.fem.QuadraturePoint
Represents a quadrature point for numerical integration.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
ConstructorsConstructorDescriptionQuadraturePoint(Vector<Real> coordinates, Real weight) Creates a new quadrature point. -
Method Summary
Modifier and TypeMethodDescriptionReturns the local coordinates of the quadrature point.Returns the weight of the quadrature point.
-
Constructor Details
-
QuadraturePoint
-
-
Method Details
-
getCoordinates
-
getWeight
-