p2c_1d_filter Subroutine

public subroutine p2c_1d_filter(bounds, numfc, filterc, patcharr, colarr)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: numfc
integer, intent(in) :: filterc(numfc)
real(kind=r8), intent(in) :: patcharr(bounds%begp:)
real(kind=r8), intent(out) :: colarr(bounds%begc:)