convert_descriptor_char_int Subroutine

public subroutine convert_descriptor_char_int(char_descr, int_descr)

Uses

    • descriptors_m

Extends PARALLAX subroutine of the same name converts character, e.g. as specified in parameter files, into actual (integer) descriptor Dirichlet boundary condition zeroth order Dirichlet boundary condition first order Neumann boundary condition first order nothing applied for boundary conditions

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: char_descr

character descriptor

integer, intent(out) :: int_descr

actual descriptor for code

Check that the descriptors inherited from PARALLAX have not changed. Otherwise, they might conflict (i.e. have the same value) as some of the other descriptors we have added


Contents