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