ply_test_transfer_1d Subroutine

public subroutine ply_test_transfer_1d(success, lu)

Test for ply_transfer_dofs_1d.

Arguments

Type IntentOptional Attributes Name
logical, intent(out) :: success

Indicator whether the check was successful.

True if all tests pass successfully, otherwise false.

integer, intent(in) :: lu

A logunit to write messages to.


Calls

proc~~ply_test_transfer_1d~~CallsGraph proc~ply_test_transfer_1d ply_test_transfer_1d proc~ply_transfer_dofs_1d ply_transfer_dofs_1D proc~ply_test_transfer_1d->proc~ply_transfer_dofs_1d

Called by

proc~~ply_test_transfer_1d~~CalledByGraph proc~ply_test_transfer_1d ply_test_transfer_1d program~ply_transfer_test ply_transfer_test program~ply_transfer_test->proc~ply_test_transfer_1d