voltage_p Program

This program calculates the current-voltage relation of a one-dimensional superconducting structure.


Contents


Variables

Type AttributesNameInitial
type(structure) :: stack
type(conductor), target:: na
type(conductor), target:: nb
real(kind=wp), parameter:: threshold =1e-2
real(kind=wp), parameter:: tolerance =1e-5
integer, parameter:: iterations =100
real(kind=wp), dimension(:), allocatable:: voltage
real(kind=wp), dimension(:), allocatable:: current
integer :: n

Subroutines

impure subroutine prehook()

Arguments

None

impure subroutine posthook()

Arguments

None

impure subroutine finalize()

Arguments

None