ReactEncode
This method converts the data into an react element.
Interface
- ܀ Interface
- ️܀ See example
- ↢
INTERFACE
MODULE FUNCTION refelem_ReactEncode(obj) RESULT(ans)
CLASS(AbstractRefElement_), INTENT(IN) :: obj
TYPE(String) :: ans
END FUNCTION refelem_ReactEncode
END INTERFACE
PROGRAM main
USE easifemBase
USE easifemClasses
IMPLICIT NONE
TYPE(RefTriangle_) :: obj
REAL(DFP) :: avar, xij(1, 2)
CALL obj%Initiate(nsd=1, baseInterpol="Lagrange", baseContinuity="H1")
CALL Display(obj%ReactEncode(), '')
END PROGRAM main
See results
| Element type | Triangle3 |
| Xidimension | 2 |
| NSD | 1 |
| tPoints | 3 |
| tLines | 3 |
| tSurfaces | 1 |
| tVolumes | 0 |
| BaseContinuity | H1 |
| BaseInterpolation | LagrangeInterpolation |
Nodal Coordinates:
| x | 0 | 1 | 0 |
| y | 0 | 0 | 1 |
- PointTopology( 1 ) :
- PointTopology( 2 ) :
- PointTopology( 3 ) :
| Element type | Point1 |
| Xidimension | 0 |
| Nptrs | 1 |
| Element type | Point1 |
| Xidimension | 0 |
| Nptrs | 2 |
| Element type | Point1 |
| Xidimension | 0 |
| Nptrs | 3 |
- EdgeTopology( 1 ) :
- EdgeTopology( 2 ) :
- EdgeTopology( 3 ) :
| Element type | Line2 | |
| Xidimension | 1 | |
| Nptrs | 1 | 2 |
| Element type | Line2 | |
| Xidimension | 1 | |
| Nptrs | 2 | 3 |
| Element type | Line2 | |
| Xidimension | 1 | |
| Nptrs | 3 | 1 |
- FaceTopology( 1 ) :
| Element type | Triangle3 | ||
| Xidimension | 2 | ||
| Nptrs | 1 | 2 | 3 |