#include "implicit_f.inc"#include "param_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | checkpara (xp1, yp1, zp1, xp2, yp2, zp2, isk, nodin, skew, ok) |
| subroutine | projskew (po, sk, isk) |
| subroutine | inside_parallelepiped (p1, p2, p3, p4, p, ok) |
| subroutine | checkcyl (xp1, yp1, zp1, xp2, yp2, zp2, nodin, d, ok) |
| subroutine | inside_cylinder (p1, p2, p, d, ok) |
| function | vec_length (dimens, x) |
| subroutine | checksphere (xp, yp, zp, nodin, d, ok) |
| subroutine | inside_sphere (pc, p, d, ok) |
| subroutine checkcyl | ( | xp1, | |
| yp1, | |||
| zp1, | |||
| xp2, | |||
| yp2, | |||
| zp2, | |||
| nodin, | |||
| d, | |||
| integer | ok ) |
Definition at line 227 of file rdbox.F.
| subroutine checkpara | ( | xp1, | |
| yp1, | |||
| zp1, | |||
| xp2, | |||
| yp2, | |||
| zp2, | |||
| integer | isk, | ||
| nodin, | |||
| skew, | |||
| integer | ok ) |
Definition at line 37 of file rdbox.F.
| subroutine checksphere | ( | xp, | |
| yp, | |||
| zp, | |||
| nodin, | |||
| d, | |||
| integer | ok ) |
Definition at line 346 of file rdbox.F.
| subroutine inside_cylinder | ( | p1, | |
| p2, | |||
| p, | |||
| d, | |||
| integer | ok ) |
Definition at line 266 of file rdbox.F.
| subroutine inside_parallelepiped | ( | p1, | |
| p2, | |||
| p3, | |||
| p4, | |||
| p, | |||
| integer | ok ) |
Definition at line 143 of file rdbox.F.
| subroutine inside_sphere | ( | pc, | |
| p, | |||
| d, | |||
| integer | ok ) |
Definition at line 376 of file rdbox.F.
| subroutine projskew | ( | po, | |
| sk, | |||
| integer | isk ) |
Definition at line 93 of file rdbox.F.
| function vec_length | ( | integer | dimens, |
| x ) |
Definition at line 319 of file rdbox.F.