array_allocation
moment_kinetics.array_allocation.allocate_bool — Method
allocate array with dimensions given by dims and entries of type Bool
sourcemoment_kinetics.array_allocation.allocate_complex — Method
allocate 1d array with dimensions given by dims and entries of type Complex{mk_float}
sourcemoment_kinetics.array_allocation.allocate_float — Method
allocate array with dimensions given by dims and entries of type mk_float
sourcemoment_kinetics.array_allocation.allocate_int — Method
allocate 1d array with dimensions given by dims and entries of type mk_int
sourcemoment_kinetics.array_allocation.allocate_shared_bool — Method
variant where array is in shared memory for all processors in the 'block'
sourcemoment_kinetics.array_allocation.allocate_shared_complex — Method
variant where array is in shared memory for all processors in the 'block'
sourcemoment_kinetics.array_allocation.allocate_shared_float — Method
variant where array is in shared memory for all processors in the 'block'
sourcemoment_kinetics.array_allocation.allocate_shared_int — Method
variant where array is in shared memory for all processors in the 'block'
source