Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=RP), | public | :: | expCoeff | ||||
integer, | public, | parameter | :: | EXPONENTIAL | = | 1 | |
integer, | public, | parameter | :: | IDW | = | 2 | |
integer, | public, | parameter | :: | POLYHARMONIC_SPLINE | = | 3 | |
integer, | public, | parameter | :: | POLYNOMIAL | = | 4 | |
integer, | public, | parameter | :: | MLS | = | 5 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | ListComputed | = | .false. | ||
logical, | public | :: | compute | = | .false. | ||
logical, | public | :: | constructed | = | .false. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(STLfile), | public, | allocatable | :: | stl(:) | |||
type(STLfile), | public, | allocatable | :: | stlSurfaceIntegrals(:) | |||
type(STLfile), | public, | allocatable | :: | stlMove(:) | |||
type(KDtree), | public, | allocatable | :: | root(:) | |||
type(KDtree), | public, | allocatable | :: | rootDistance(:) | |||
type(KDtree), | public, | allocatable | :: | rootPoints(:) | |||
type(PointLinkedList), | public | :: | BandPoints | ||||
type(IBMpoints), | public, | allocatable | :: | BandRegion(:) | |||
type(IBMpoints), | public, | allocatable | :: | BandRegion4Distance(:) | |||
type(point_type), | public, | allocatable | :: | ImagePoints(:) | |||
type(Integral_t), | public, | allocatable | :: | Integral(:) | |||
character(len=LINE_LENGTH), | public, | allocatable | :: | STLfilename(:) | |||
character(len=LINE_LENGTH), | public | :: | filename | ||||
logical, | public | :: | plotOBB | = | .false. | ||
logical, | public | :: | plotKDtree | = | .false. | ||
logical, | public | :: | active | = | .false. | ||
logical, | public | :: | TimePenal | = | .false. | ||
logical, | public | :: | semiImplicit | = | .false. | ||
logical, | public | :: | ComputeBandRegion | = | .false. | ||
logical, | public | :: | plotBandPoints | = | .false. | ||
logical, | public | :: | plotMask | = | .false. | ||
logical, | public | :: | ComputeInterpolation | = | .false. | ||
logical, | public | :: | Wallfunction | = | .false. | ||
logical, | public | :: | ComputeDistance | = | .false. | ||
logical, | public | :: | AAB | = | .false. | ||
real(kind=rp), | public | :: | eta | ||||
real(kind=rp), | public | :: | BandRegionCoeff | ||||
real(kind=rp), | public | :: | IP_Distance | = | 0.0_RP | ||
real(kind=rp), | public | :: | y_plus_target | ||||
real(kind=rp), | public | :: | minCOORDS | ||||
real(kind=rp), | public | :: | maxCOORDS | ||||
real(kind=rp), | public | :: | penalCoeff | ||||
real(kind=rp), | public, | allocatable | :: | penalization(:) | |||
integer, | public | :: | KDtree_Min_n_of_Objs | ||||
integer, | public | :: | NumOfInterPoints | ||||
integer, | public | :: | n_of_INpoints | ||||
integer, | public | :: | rank | ||||
integer, | public | :: | lvl | = | 0 | ||
integer, | public | :: | NumOfSTL | ||||
integer, | public | :: | NumOfForcingPoints | ||||
integer, | public | :: | Clipaxis | = | 0 | ||
integer, | public | :: | Nx | ||||
integer, | public | :: | Ny | ||||
integer, | public | :: | Nz | ||||
integer, | public | :: | LocClipAxis | = | 0 | ||
integer, | public | :: | InterpolationType | ||||
integer, | public, | allocatable | :: | ImagePoint_NearestPoints(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
real(kind=RP), | intent(in) | :: | Q(nEqn) | |||
integer, | intent(in) | :: | nEqn | |||
integer, | intent(in) | :: | STLNum | |||
real(kind=RP), | intent(in) | :: | x(NDIM) | |||
real(kind=RP), | intent(in) | :: | t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex1(:) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex2(:) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex3(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | det | |||
real(kind=rp), | intent(in) | :: | s | |||
real(kind=rp), | intent(in) | :: | t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(KDtree), | intent(inout), | target | :: | tree | ||
real(kind=rp), | intent(in) | :: | Point(:) | |||
real(kind=rp), | intent(inout) | :: | minDist |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | RectLength | |||
real(kind=rp), | intent(in) | :: | RectWidth | |||
real(kind=rp), | intent(in) | :: | RectCenter(:) | |||
real(kind=rp), | intent(in) | :: | Center(:) | |||
real(kind=rp), | intent(in) | :: | Radius |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
real(kind=rp), | intent(in) | :: | vertices(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Radius | |||
real(kind=rp), | intent(in) | :: | Center(:) | |||
real(kind=rp), | intent(in) | :: | vertices(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x | |||
integer, | intent(in) | :: | INTERPOLATION | |||
real(kind=rp), | intent(in), | optional | :: | k |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | forcing(:) | |||
real(kind=RP), | intent(in) | :: | invPhi(:,:) | |||
real(kind=RP), | intent(in) | :: | b(:) | |||
integer, | intent(in) | :: | INTERPOLATION | |||
real(kind=RP), | intent(in), | optional | :: | x | ||
real(kind=RP), | intent(in), | optional | :: | y | ||
real(kind=RP), | intent(in), | optional | :: | z |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | y_plus |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | y_plus | |||
real(kind=RP), | intent(in) | :: | nu | |||
real(kind=RP), | intent(in) | :: | u_tau |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | a0 | |||
real(kind=rp), | intent(in) | :: | b0 | |||
real(kind=rp), | intent(in) | :: | c0 | |||
real(kind=rp), | intent(in) | :: | d0 | |||
real(kind=rp), | intent(in) | :: | e0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | a0 | |||
real(kind=RP), | intent(in) | :: | b0 | |||
real(kind=RP), | intent(in) | :: | c0 | |||
real(kind=RP), | intent(in) | :: | d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | a0 | |||
real(kind=RP), | intent(in) | :: | b0 | |||
real(kind=RP), | intent(in) | :: | c0 | |||
real(kind=RP), | intent(in) | :: | d0 | |||
real(kind=RP), | intent(in) | :: | x0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
class(FTValueDictionary) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
class(FTValueDictionary) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
class(FTValueDictionary) | :: | controlVariables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
logical, | intent(in) | :: | isChild | |||
logical, | intent(in), | optional | :: | DistanceKDtree |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | no_of_elements | |||
integer, | intent(in) | :: | no_of_DoFs | |||
integer, | intent(in) | :: | STLNum | |||
integer, | intent(in) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | iter | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(in) | :: | elements(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | no_of_elements | |||
integer, | intent(in) | :: | no_of_DoFs | |||
logical, | intent(in) | :: | isChild | |||
integer, | intent(in), | optional | :: | movingSTL | ||
integer, | intent(in), | optional | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
logical, | intent(in) | :: | isChild |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
real(kind=RP), | intent(in), | optional | :: | corners(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | no_of_elements | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | no_of_elements | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | n_of_elements | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(in) | :: | elements(:) | |||
integer, | intent(in) | :: | STLnum | |||
logical, | intent(in) | :: | gradients |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | STLNum | |||
real(kind=RP), | intent(inout) | :: | vertices(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | no_of_elements | |||
integer, | intent(in) | :: | no_of_DoFs | |||
logical, | intent(in) | :: | isChild | |||
real(kind=RP), | intent(in) | :: | t | |||
integer, | intent(in), | optional | :: | iter | ||
logical, | intent(in), | optional | :: | autosave |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | no_of_elements | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(IBM_type), | intent(in) | :: | IBM | |||
type(element), | intent(in) | :: | elements(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in), | optional | :: | movingSTL |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(IBMpoints), | intent(inout) | :: | BandRegion4Distance | |||
type(element), | intent(inout) | :: | elements(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | eID | |||
real(kind=rp), | intent(in) | :: | Q(:) | |||
real(kind=rp), | intent(in), | optional | :: | Q_target(:) | ||
real(kind=rp), | intent(inout) | :: | Source(:) | |||
logical, | intent(in) | :: | Wallfunction |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | eID | |||
real(kind=rp), | intent(in) | :: | Q(:) | |||
real(kind=rp), | intent(inout) | :: | dS_dQ(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(point_type), | intent(in) | :: | ImagePoint | |||
real(kind=rp), | intent(in) | :: | Q(:) | |||
real(kind=rp), | intent(in) | :: | normal(:) | |||
real(kind=rp), | intent(in) | :: | dWall | |||
integer, | intent(in) | :: | STLNum | |||
real(kind=rp), | intent(inout) | :: | dS_dQ(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | eID | |||
real(kind=rp), | intent(in) | :: | Q(:) | |||
real(kind=rp), | intent(in) | :: | dt | |||
real(kind=rp), | intent(inout) | :: | invdS_dQ(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
real(kind=RP), | intent(in) | :: | dt | |||
real(kind=RP), | intent(inout) | :: | invdS_dQ(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | eID | |||
real(kind=rp), | intent(in) | :: | dt | |||
real(kind=rp), | intent(inout) | :: | Q(NCONS) | |||
real(kind=rp), | intent(in), | optional | :: | Q_target(NCONS) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(point_type), | intent(in) | :: | ImagePoint | |||
real(kind=rp), | intent(in) | :: | dt | |||
real(kind=rp), | intent(inout) | :: | Q(:) | |||
real(kind=rp), | intent(in) | :: | normal(:) | |||
real(kind=rp), | intent(in) | :: | dWall | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(inout) | :: | elements(:) | |||
real(kind=RP), | intent(in) | :: | t | |||
real(kind=RP), | intent(in) | :: | dt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(element), | intent(in) | :: | elements(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
type(point_type), | intent(in) | :: | ImagePoint | |||
real(kind=rp), | intent(in) | :: | Q(:) | |||
real(kind=rp), | intent(in) | :: | normal(:) | |||
real(kind=rp), | intent(in) | :: | dWall | |||
integer, | intent(in) | :: | STLNum | |||
real(kind=rp), | intent(inout) | :: | TurbulenceSource(NCONS) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Q_IP(:) | |||
real(kind=rp), | intent(in) | :: | y_IP | |||
real(kind=rp), | intent(in) | :: | y_FP | |||
real(kind=rp), | intent(in) | :: | normal(:) | |||
real(kind=rp), | intent(inout) | :: | Q_FP(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(IBM_type), | intent(inout) | :: | this | |||
real(kind=rp), | intent(inout) | :: | Point(:) | |||
integer, | intent(in) | :: | STLNum | |||
integer, | intent(inout) | :: | NumOfIntersections |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
real(kind=rp), | intent(in) | :: | RayDirection(:) | |||
type(Object_type), | intent(in) | :: | ObjectsList(:) | |||
type(KDtree), | intent(inout) | :: | tree | |||
type(ObjsDataLinkedList_t), | intent(inout) | :: | Integer_List | |||
integer, | intent(inout) | :: | NumOfIntersections | |||
logical, | intent(inout) | :: | OnTriBound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(NDIM) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex1(NDIM) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex2(NDIM) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex3(NDIM) | |||
real(kind=rp), | intent(in) | :: | RayDirection(NDIM) | |||
logical, | intent(inout) | :: | Intersect | |||
logical, | intent(inout) | :: | OnTriBound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | maxAxis | |||
integer, | intent(in) | :: | ClipAxis | |||
integer, | intent(inout) | :: | axis |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex1(:) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex2(:) | |||
real(kind=rp), | intent(in) | :: | TriangleVertex3(:) | |||
real(kind=rp), | intent(out) | :: | dist | |||
real(kind=rp), | intent(out) | :: | IntersectionPoint(NDIM) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
type(KDtree), | intent(inout) | :: | root | |||
real(kind=rp), | intent(inout) | :: | minDist | |||
real(kind=rp), | intent(out) | :: | normal(NDIM) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
type(KDtree), | intent(in) | :: | root | |||
type(KDtree), | intent(inout) | :: | tree | |||
real(kind=rp), | intent(in) | :: | Radius | |||
integer, | intent(in) | :: | LeafIndex | |||
real(kind=rp), | intent(inout) | :: | New_minDist | |||
real(kind=rp), | intent(inout) | :: | New_IntersPoint(:) | |||
integer, | intent(inout) | :: | New_TriangleIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
type(KDtree), | intent(inout) | :: | root | |||
real(kind=rp), | intent(in) | :: | Radius | |||
real(kind=rp), | intent(inout) | :: | minDist | |||
real(kind=rp), | intent(out) | :: | normal(NDIM) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rp), | intent(in) | :: | Point(:) | |||
type(KDtree), | intent(inout) | :: | tree | |||
type(IBMpoints), | intent(in) | :: | BandRegion | |||
real(kind=rp), | intent(in) | :: | Radius | |||
real(kind=rp), | intent(inout) | :: | New_sqrDist | |||
integer, | intent(in) | :: | PointsIndex(:) | |||
integer, | intent(in) | :: | LeafIndex | |||
integer, | intent(inout) | :: | new_index |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | Point(:) | |||
type(point_type), | intent(in) | :: | x(:) | |||
real(kind=RP), | intent(inout) | :: | invPhi(:,:) | |||
real(kind=RP), | intent(inout) | :: | b(:) | |||
integer, | intent(in) | :: | INTERPOLATION |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | Point(:) | |||
type(point_type), | intent(in) | :: | x(:) | |||
real(kind=RP), | intent(in) | :: | Q(:,:) | |||
real(kind=RP), | intent(out) | :: | value(NCONS) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x(:) | |||
real(kind=RP), | intent(in) | :: | y(:) | |||
real(kind=RP), | intent(in) | :: | z(:) | |||
real(kind=RP), | intent(in) | :: | scalar(:) | |||
integer, | intent(in) | :: | STLNum | |||
character(len=*), | intent(in) | :: | FileName | |||
character(len=*), | intent(in) | :: | title | |||
character(len=*), | intent(in) | :: | variables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | x(:) | |||
real(kind=RP), | intent(in) | :: | y(:) | |||
real(kind=RP), | intent(in) | :: | z(:) | |||
real(kind=RP), | intent(in) | :: | vector_x(:) | |||
real(kind=RP), | intent(in) | :: | vector_y(:) | |||
real(kind=RP), | intent(in) | :: | vector_z(:) | |||
integer, | intent(in) | :: | STLNum | |||
character(len=*), | intent(in) | :: | FileName | |||
character(len=*), | intent(in) | :: | title | |||
character(len=*), | intent(in) | :: | variables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | funit | |||
character(len=*), | intent(in) | :: | FileName | |||
character(len=*), | intent(in) | :: | title | |||
character(len=*), | intent(in) | :: | variables |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | funit | |||
integer, | intent(in) | :: | NumOfObjs | |||
real(kind=RP), | intent(in) | :: | x(:) | |||
real(kind=RP), | intent(in) | :: | y(:) | |||
real(kind=RP), | intent(in) | :: | z(:) | |||
real(kind=RP), | intent(in) | :: | scalar(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | funit | |||
integer, | intent(in) | :: | NumOfObjs | |||
real(kind=RP), | intent(in) | :: | x(:) | |||
real(kind=RP), | intent(in) | :: | y(:) | |||
real(kind=RP), | intent(in) | :: | z(:) | |||
real(kind=RP), | intent(in) | :: | vector_x(:) | |||
real(kind=RP), | intent(in) | :: | vector_y(:) | |||
real(kind=RP), | intent(in) | :: | vector_z(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=RP), | intent(in) | :: | t | |||
integer, | intent(in) | :: | STLNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | funit | |||
integer, | intent(in) | :: | NumOfObjs |