FEDEM Solver
R8.0
Source code of the dynamics solver
|
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 |
subroutine, public savevtfmodule::closevtf | ( | integer, intent(in) | nParts, |
integer, intent(out) | ierr | ||
) |
subroutine, public savevtfmodule::openvtf | ( | character(len=*), intent(in) | vtfName, |
integer, intent(out) | ierr | ||
) |
subroutine, public savevtfmodule::writesolvervtf | ( | type(systemtype), intent(in) | sys, |
type(supeltype), dimension(:), intent(in) | sups, | ||
integer, intent(out) | ierr | ||
) |
subroutine savevtfmodule::writestepvtf | ( | type(systemtype), intent(in) | sys, |
integer, intent(out) | ierr | ||
) |
subroutine savevtfmodule::writesupeltransformvtf | ( | type(supeltype), dimension(:), intent(in) | sups, |
integer, intent(out) | ierr | ||
) |
|
private |
|
private |
|
private |