Skip to content

Commit

Permalink
horsesConverter
Browse files Browse the repository at this point in the history
Older MPI convertVTK2Horses
  • Loading branch information
Himpu Marbona committed Jan 19, 2024
1 parent 30025b1 commit b0755ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Solver/src/addons/horsesConverter/convertVTK2Horses.f90
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ SUBROUTINE convertOFVTK2Horses (meshName, boundaryFile, Nout, VTKfile, Ref)
! Local variables
! ---------------
!
type(Mesh_t), target :: mesh
type(Mesh_t), target :: mesh
type(VTKResult_t) :: vtkResult

type(element_t), pointer :: e => null()
integer :: eID, pointID
real(kind=RP) :: x(NDIM)
real(kind=RP) :: xi(0:Nout(1)), eta(0:Nout(2)), zeta(0:Nout(3))
integer :: i, j, k, ii, fid, iSol, pIDstart, pIDstartGlobal
integer :: i, j, k, ii, fid, iSol, pIDstart, pIDstartGlobal, counter
integer :: pos, pos2, pointIDMinErr
character(len=LINE_LENGTH) :: dir, time
real(kind=RP), parameter :: TOL = 0.0001_RP
Expand Down

0 comments on commit b0755ba

Please sign in to comment.