ply_split_element_1D_test Subroutine

private subroutine ply_split_element_1D_test(nModes, success)

Testing the 1D splitting.

We test all combinations, even though a higher number of modes in the children is probably not that relevant, it should still be possible.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nModes

Number of modes in the (1D) polynomials to use in the check.

logical, intent(out) :: success

Indication whether the tests were completed successfully.