Go to the source code of this file.
|
subroutine | gettri (M, MDIFF, TETA, MESH3D, NPLAN, NPOIN2, NSEG2D, IELM3, NELEM2) |
|
◆ gettri()
subroutine gettri |
( |
double precision, dimension(npoin2*nplan,*), intent(inout) |
M, |
|
|
type(bief_obj), intent(inout) |
MDIFF, |
|
|
double precision, intent(in) |
TETA, |
|
|
type(bief_mesh), intent(inout) |
MESH3D, |
|
|
integer, intent(in) |
NPLAN, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
NSEG2D, |
|
|
integer, intent(in) |
IELM3, |
|
|
integer, intent(in) |
NELEM2 |
|
) |
| |
- Parameters
-
[in] | nplan | [out] IELM3 Type of element |
[out] | M | Tridiagonal matrix |
[in] | MDIFF | Original diffusion matrix |
[in] | MESH3D | 3d mesh structure |
[in] | NELEM2 | Number of triangles of original 2d mesh |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points of 2d mesh |
[in] | NSEG2D | Number of segments in 2d |
[in] | TETA | Coefficient used in the result |
[in] | npoin2 | [out] IELM3 Type of element |
[out] | M | Tridiagonal matrix |
[in] | MDIFF | Original diffusion matrix |
[in] | MESH3D | 3d mesh structure |
[in] | NELEM2 | Number of triangles of original 2d mesh |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points of 2d mesh |
[in] | NSEG2D | Number of segments in 2d |
[in] | TETA | Coefficient used in the result |
[in] | nseg2d | [out] IELM3 Type of element |
[out] | M | Tridiagonal matrix |
[in] | MDIFF | Original diffusion matrix |
[in] | MESH3D | 3d mesh structure |
[in] | NELEM2 | Number of triangles of original 2d mesh |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points of 2d mesh |
[in] | NSEG2D | Number of segments in 2d |
[in] | TETA | Coefficient used in the result |
[in] | ielm3 | [out] IELM3 Type of element |
[out] | M | Tridiagonal matrix |
[in] | MDIFF | Original diffusion matrix |
[in] | MESH3D | 3d mesh structure |
[in] | NELEM2 | Number of triangles of original 2d mesh |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points of 2d mesh |
[in] | NSEG2D | Number of segments in 2d |
[in] | TETA | Coefficient used in the result |
[in] | nelem2 | [out] IELM3 Type of element |
[out] | M | Tridiagonal matrix |
[in] | MDIFF | Original diffusion matrix |
[in] | MESH3D | 3d mesh structure |
[in] | NELEM2 | Number of triangles of original 2d mesh |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points of 2d mesh |
[in] | NSEG2D | Number of segments in 2d |
[in] | TETA | Coefficient used in the result |
Definition at line 7 of file gettri.f.