Afivo  0.3
Private Attributes | List of all members
m_af_surface::surface_t Type Reference

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...
 

Detailed Description

Type for a single surface.

Definition at line 12 of file m_af_surface.f90.

Member Data Documentation

◆ in_use

logical m_af_surface::surface_t::in_use
private

Whether the surface is active.

Definition at line 13 of file m_af_surface.f90.

◆ id_in

integer m_af_surface::surface_t::id_in
private

Id of box inside dielectric.

Definition at line 14 of file m_af_surface.f90.

◆ id_out

integer m_af_surface::surface_t::id_out
private

Id of box outside dielectric.

Definition at line 15 of file m_af_surface.f90.

◆ direction

integer m_af_surface::surface_t::direction
private

Which neighbor of the outside box is the dielectric.

Definition at line 17 of file m_af_surface.f90.

◆ ix_parent

integer m_af_surface::surface_t::ix_parent
private

Index of parent surface.

Definition at line 18 of file m_af_surface.f90.

◆ eps

real(dp) m_af_surface::surface_t::eps
private

Permittivity of dielectric.

Definition at line 19 of file m_af_surface.f90.

◆ offset_parent

integer, dimension(ndim-1) m_af_surface::surface_t::offset_parent
private

Index of parent surface.

Definition at line 20 of file m_af_surface.f90.

◆ dr

real(dp), dimension(ndim-1) m_af_surface::surface_t::dr
private

Grid spacing on surface.

Definition at line 21 of file m_af_surface.f90.

◆ sd

real(dp), dimension(dtimes(:)), allocatable m_af_surface::surface_t::sd
private

Surface densities.

Definition at line 23 of file m_af_surface.f90.