ply_test_transfer_2d Subroutine

public subroutine ply_test_transfer_2d(success, lu)

Test for ply_transfer_dofs_2d.

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_2d~~CallsGraph proc~ply_test_transfer_2d ply_test_transfer_2d proc~ply_transfer_dofs_2d ply_transfer_dofs_2D proc~ply_test_transfer_2d->proc~ply_transfer_dofs_2d

Called by

proc~~ply_test_transfer_2d~~CalledByGraph proc~ply_test_transfer_2d ply_test_transfer_2d program~ply_transfer_test ply_transfer_test program~ply_transfer_test->proc~ply_test_transfer_2d

Contents