Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | icylinder_ | = | 2 | |
integer, | private, | parameter | :: | iplane_ | = | 1 | |
integer, | private, | parameter | :: | isphere_ | = | 3 | |
integer, | private, | parameter | :: | iunknown_ | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | intent(in), | allocatable | :: | verts(:) | ||
type(face), | intent(in), | allocatable | :: | faces(:) | ||
type(cell), | intent(in), | allocatable | :: | cells(:) | ||
type(connectivity), | intent(in) | :: | v2f | |||
type(connectivity), | intent(in) | :: | v2c | |||
type(connectivity), | intent(in) | :: | f2c | |||
integer, | intent(in) | :: | ncd | |||
type(vector), | intent(out), | allocatable | :: | cell_cntr(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | vol(:) | ||
logical, | intent(in), | optional | :: | quiet |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | intent(in), | allocatable | :: | faces(:) | ||
type(connectivity), | intent(in) | :: | f2b | |||
type(vector), | intent(in), | allocatable | :: | face_cntr(:) | ||
type(vector), | intent(in), | allocatable | :: | af(:) | ||
type(vector), | intent(in), | allocatable | :: | cell_cntr(:) | ||
type(vector), | intent(out), | allocatable | :: | df(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | dist(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | int_fact(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | intent(in), | allocatable | :: | verts(:) | ||
type(connectivity), | intent(in) | :: | v2f | |||
integer, | intent(in) | :: | ncd | |||
type(vector), | intent(out), | allocatable | :: | face_cntr(:) | ||
type(vector), | intent(out), | allocatable | :: | af(:) | ||
real(kind=psb_dpk_), | intent(out), | allocatable | :: | area(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | intent(in) | :: | v1 | |||
type(vertex), | intent(in) | :: | v2 | |||
type(vertex), | intent(in) | :: | v3 | |||
type(vertex), | intent(in) | :: | v4 | |||
real(kind=psb_dpk_), | intent(in) | :: | vol |