convertSolutionToDiffMesh Subroutine

public subroutine convertSolutionToDiffMesh(meshFile1, boundaryFile1, resultFile1, meshFile2, boundaryFile2, polyOrder)

Arguments

Type IntentOptional Attributes Name
character(len=LINE_LENGTH), intent(in) :: meshFile1
character(len=LINE_LENGTH), intent(in) :: boundaryFile1
character(len=LINE_LENGTH), intent(in) :: resultFile1
character(len=LINE_LENGTH), intent(in) :: meshFile2
character(len=LINE_LENGTH), intent(in) :: boundaryFile2
integer, intent(in) :: polyOrder(3)