descriptors_neutrals_m Module

Definition of additional descriptors not available from PARALLAX


Uses


Contents


Subroutines

public subroutine convert_descriptor_char_int(char_descr, int_descr)

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

Read more…