Octopus
current_to_mxll_field_oct_m Module Reference

Data Types

interface  current_to_mxll_field_t
 Class to transfer a current to a Maxwell field. More...
 

Functions/Subroutines

subroutine current_to_mxll_field_init (this, gr, ndim)
 
class(current_to_mxll_field_t) function, pointer current_to_mxll_field_constructor (partner)
 
subroutine current_to_mxll_field_init_space_latt (this, space, latt)
 
subroutine current_to_mxll_field_finalize (this)
 
subroutine current_to_mxll_field_do_mapping (this)
 
subroutine current_to_mxll_field_calculate_energy (this)
 

Variables

integer, parameter cos2 = 1
 

Function/Subroutine Documentation

◆ current_to_mxll_field_init()

subroutine current_to_mxll_field_oct_m::current_to_mxll_field_init ( class(current_to_mxll_field_t), intent(inout)  this,
type(grid_t), intent(in), target  gr,
integer, intent(in)  ndim 
)
private

Definition at line 187 of file current_to_mxll_field.F90.

◆ current_to_mxll_field_constructor()

class(current_to_mxll_field_t) function, pointer current_to_mxll_field_oct_m::current_to_mxll_field_constructor ( class(interaction_partner_t), intent(inout), target  partner)
private

Definition at line 201 of file current_to_mxll_field.F90.

◆ current_to_mxll_field_init_space_latt()

subroutine current_to_mxll_field_oct_m::current_to_mxll_field_init_space_latt ( class(current_to_mxll_field_t), intent(inout)  this,
class(space_t), intent(in), target  space,
type(lattice_vectors_t), intent(in), target  latt 
)
private

Definition at line 255 of file current_to_mxll_field.F90.

◆ current_to_mxll_field_finalize()

subroutine current_to_mxll_field_oct_m::current_to_mxll_field_finalize ( type(current_to_mxll_field_t), intent(inout)  this)
private

Definition at line 269 of file current_to_mxll_field.F90.

◆ current_to_mxll_field_do_mapping()

subroutine current_to_mxll_field_oct_m::current_to_mxll_field_do_mapping ( class(current_to_mxll_field_t), intent(inout)  this)
private

Definition at line 283 of file current_to_mxll_field.F90.

◆ current_to_mxll_field_calculate_energy()

subroutine current_to_mxll_field_oct_m::current_to_mxll_field_calculate_energy ( class(current_to_mxll_field_t), intent(inout)  this)
private

Definition at line 329 of file current_to_mxll_field.F90.

Variable Documentation

◆ cos2

integer, parameter current_to_mxll_field_oct_m::cos2 = 1
private

Definition at line 138 of file current_to_mxll_field.F90.