![]() |
Octopus
|
Definition at line 136 of file linear_medium_to_em_field.F90.
Private Member Functions | |
| procedure | to_grid => single_medium_box_to_grid |
Private Attributes | |
| real(real64), dimension(:), allocatable | ep |
| permitivity of the linear media More... | |
| real(real64), dimension(:), allocatable | mu |
| permeability of the linear media More... | |
| real(real64), dimension(:), allocatable | c |
| speed of light in the linear media More... | |
| real(real64), dimension(:), allocatable | sigma_e |
| electric conductivy of (lossy) medium More... | |
| real(real64), dimension(:), allocatable | sigma_m |
| magnetic conductivy of (lossy) medium More... | |
| integer | points_number |
| integer | global_points_number |
| integer, dimension(:), allocatable | points_map |
| logical | has_mapping = .true. |
| integer | bdry_number |
| integer, dimension(:), allocatable | bdry_map |
| real(real64), dimension(:,:), allocatable | aux_ep |
| auxiliary array for the epsilon derivative profile More... | |
| real(real64), dimension(:,:), allocatable | aux_mu |
| auxiliary array for the softened mu profile More... | |
| integer | box_shape |
| real(real64), dimension(3) | center |
| center of a box More... | |
| real(real64), dimension(3) | lsize |
| length in each direction of a box More... | |
| character(len=256) | filename |
| logical | check_medium_points = .false. |
|
private |
Definition at line 156 of file linear_medium_to_em_field.F90.
|
private |
permitivity of the linear media
Definition at line 137 of file linear_medium_to_em_field.F90.
|
private |
permeability of the linear media
Definition at line 138 of file linear_medium_to_em_field.F90.
|
private |
speed of light in the linear media
Definition at line 139 of file linear_medium_to_em_field.F90.
|
private |
electric conductivy of (lossy) medium
Definition at line 140 of file linear_medium_to_em_field.F90.
|
private |
magnetic conductivy of (lossy) medium
Definition at line 141 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 142 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 143 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 144 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 145 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 146 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 147 of file linear_medium_to_em_field.F90.
|
private |
auxiliary array for the epsilon derivative profile
Definition at line 148 of file linear_medium_to_em_field.F90.
|
private |
auxiliary array for the softened mu profile
Definition at line 149 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 150 of file linear_medium_to_em_field.F90.
|
private |
center of a box
Definition at line 151 of file linear_medium_to_em_field.F90.
|
private |
length in each direction of a box
Definition at line 152 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 153 of file linear_medium_to_em_field.F90.
|
private |
Definition at line 154 of file linear_medium_to_em_field.F90.