FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Functions/Subroutines | Variables
savevtfmodule Module Reference

Data Types

interface  VTFFFileSetOutputDebugError
 
interface  VTFFFileAppendFile
 
interface  VTFFFileCloseFile
 
interface  VTFFFileDelete
 
interface  VTFFFileWriteBlock
 
interface  VTFFTransBlockCreate
 
interface  VTFFTransBlockSetResBlocks
 
interface  VTFFTransBlockSetName
 
interface  VTFFTransBlockDelete
 
interface  VTFFStateInfoBlockCreate
 
interface  VTFFStateInfoBlockSetStepData
 
interface  VTFFStateInfoBlockDelete
 
interface  VTFFMatrixResBlockCreate
 
interface  VTFFMatrixResBlockSetMatrix
 
interface  VTFFMatrixResBlockSetMapToElemBlockID
 
interface  VTFFMatrixResBlockDelete
 

Functions/Subroutines

subroutine, public openvtf (vtfName, ierr)
 
subroutine, public writesolvervtf (sys, sups, ierr)
 
subroutine writestepvtf (sys, ierr)
 
subroutine writesupeltransformvtf (sups, ierr)
 
subroutine, public closevtf (nParts, ierr)
 

Variables

integer, save vtffile = -999
 
integer, save vtfinfo = -999
 
integer, save nstep = 0
 

Function/Subroutine Documentation

◆ closevtf()

subroutine, public savevtfmodule::closevtf ( integer, intent(in)  nParts,
integer, intent(out)  ierr 
)

◆ openvtf()

subroutine, public savevtfmodule::openvtf ( character(len=*), intent(in)  vtfName,
integer, intent(out)  ierr 
)

◆ writesolvervtf()

subroutine, public savevtfmodule::writesolvervtf ( type(systemtype), intent(in)  sys,
type(supeltype), dimension(:), intent(in)  sups,
integer, intent(out)  ierr 
)

◆ writestepvtf()

subroutine savevtfmodule::writestepvtf ( type(systemtype), intent(in)  sys,
integer, intent(out)  ierr 
)

◆ writesupeltransformvtf()

subroutine savevtfmodule::writesupeltransformvtf ( type(supeltype), dimension(:), intent(in)  sups,
integer, intent(out)  ierr 
)

Variable Documentation

◆ nstep

integer, save savevtfmodule::nstep = 0
private

◆ vtffile

integer, save savevtfmodule::vtffile = -999
private

◆ vtfinfo

integer, save savevtfmodule::vtfinfo = -999
private