|
Afivo 0.3
|
Type for a single surface. More...
Private Attributes | |
| logical | in_use |
| Whether the surface is active. More... | |
| integer | id_in |
| Id of box inside dielectric. More... | |
| integer | id_out |
| Id of box outside dielectric. More... | |
| integer | direction |
| Which neighbor of the outside box is the dielectric. More... | |
| integer | ix_parent |
| Index of parent surface. More... | |
| real(dp) | eps |
| Permittivity of dielectric. More... | |
| integer, dimension(ndim-1) | offset_parent |
| Index of parent surface. More... | |
| real(dp), dimension(ndim-1) | dr |
| Grid spacing on surface. More... | |
| real(dp), dimension(dtimes(:)), allocatable | sd |
| Surface densities. More... | |
Type for a single surface.
Definition at line 12 of file m_af_surface.f90.
|
private |
Whether the surface is active.
Definition at line 13 of file m_af_surface.f90.
|
private |
Id of box inside dielectric.
Definition at line 14 of file m_af_surface.f90.
|
private |
Id of box outside dielectric.
Definition at line 15 of file m_af_surface.f90.
|
private |
Which neighbor of the outside box is the dielectric.
Definition at line 17 of file m_af_surface.f90.
|
private |
Index of parent surface.
Definition at line 18 of file m_af_surface.f90.
|
private |
Permittivity of dielectric.
Definition at line 19 of file m_af_surface.f90.
|
private |
Index of parent surface.
Definition at line 20 of file m_af_surface.f90.
|
private |
Grid spacing on surface.
Definition at line 21 of file m_af_surface.f90.
|
private |
Surface densities.
Definition at line 23 of file m_af_surface.f90.