Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(Object_type), | public, | dimension(:), allocatable | :: | ObjectsList | |||
integer, | public | :: | NumOfObjs | ||||
integer, | public | :: | partition | ||||
integer, | public | :: | motionAxis | ||||
integer, | public | :: | body | ||||
integer, | public | :: | NumOfObjs_OLD | ||||
real(kind=RP), | public | :: | angularVelocity | ||||
real(kind=RP), | public | :: | ds | ||||
real(kind=RP), | public | :: | Velocity | ||||
real(kind=RP), | public | :: | rotationMatrix(NDIM,NDIM) | ||||
real(kind=RP), | public | :: | rotationCenter(NDIM) | ||||
logical, | public | :: | move | ||||
logical, | public | :: | show | ||||
logical, | public | :: | construct | = | .false. | ||
character(len=LINE_LENGTH), | public | :: | filename | ||||
character(len=LINE_LENGTH), | public | :: | motionType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
real(kind=RP), | intent(in) | :: | t | |||
real(kind=RP), | intent(in), | optional | :: | angle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
real(kind=RP), | intent(in) | :: | t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | NumOfInterPoints |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | filename |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
type(STLfile), | intent(in) | :: | STL |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | iter |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(STLfile), | intent(inout) | :: | this |