2023-03-23 19:23:35 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen $doxygenversion" / >
2023-04-23 19:47:12 +00:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-04-18 20:15:41 +00:00
<!-- BEGIN PROJECT_NAME -->
< title > $projectname: $title< / title > <!-- END PROJECT_NAME -->
<!-- BEGIN !PROJECT_NAME -->
< title > $title< / title > <!-- END !PROJECT_NAME -->
2023-03-23 19:23:35 +00:00
< link href = "$relpath^tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "$relpath^jquery.js" > < / script >
< script type = "text/javascript" src = "$relpath^dynsections.js" > < / script >
$treeview
$search
$mathjax
< link href = "$relpath^$stylesheet" rel = "stylesheet" type = "text/css" / >
$extrastylesheet
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
<!-- BEGIN TITLEAREA -->
< div id = "titlearea" >
2023-04-14 16:29:10 +00:00
< table cellspacing = "0" >
2023-03-23 19:23:35 +00:00
< tbody >
2023-04-14 16:29:10 +00:00
< tr >
2023-03-23 19:23:35 +00:00
<!-- BEGIN PROJECT_LOGO -->
2023-04-14 16:29:10 +00:00
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "$relpath^$projectlogo" > < / a > < / td >
2023-03-23 19:23:35 +00:00
<!-- END PROJECT_LOGO -->
<!-- BEGIN SEARCHENGINE -->
< td > $searchbox< / td >
<!-- END SEARCHENGINE -->
< / tr >
2023-04-14 16:29:10 +00:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-23 19:23:35 +00:00
< / tbody >
< / table >
< / div >
<!-- END TITLEAREA -->
<!-- end header part -->