-
Recent Posts
- I’d like to transfer this domain name iesensor.com
- Prepare and postwork for upgrading Ubuntu LTS from 18.04 to 20.04
- Choices and example of wrapping C++ code into Python
- Effectively work with Nautilus File Manager
- Effectively work with terminal
- Effectively setup multiple monitor layout at startup
- Cfd module for FreeCAD can work with external mesh file
- export salome mesh to FeNICS mesh
- Coupling OpenFOAM with FeniCS for multiphysis simulation (OpenFOAM workshop 13 presentation)
- preCICE build and test on Ubuntu 16.04
Categories
Recent Comments
Archives
- June 2021
- June 2020
- April 2020
- December 2018
- September 2018
- June 2018
- May 2018
- November 2017
- September 2017
- June 2017
- May 2017
- February 2017
- December 2016
- November 2016
- September 2016
- August 2016
- May 2016
- January 2016
- September 2015
- June 2015
- March 2015
- December 2014
- September 2014
- July 2014
- June 2014
- November 2013
- October 2013
- July 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- April 2012
- December 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
Meta
Monthly Archives: June 2011
Setup Fortran develop environment on SciTE
(1) add in user properties (2) a file template for fortran *.90 download the file NewFortranSourceFile, and put into $HOME/Templates/ add a file suffix such as “.f90” then in any folder, just right click “New->NewFortranSourceFile.f90”
Posted in Uncategorized
88 Comments
Will your compiler assign the real number of scientific notion (1.0e-6) as double precision
Will your compiler assign the real number of scientific notion (1.0e-6) as double precision. ! I was told the scientific nation (1.0e-6) is only single precision in Fortran; b=1.0d-6 is the corrected double precision representation for double precision!I just wonder … Continue reading
Posted in Uncategorized
875 Comments
bash script to install and uninstall face recognition login on Ubuntu 10.04+
These script will automatic download the source code and make configuration to enable face recognition login , using the pam-face-authentication@googlecode http://pam-face-authentication.googlecode.com/files/pam-face-authentication-0.3.tar.gz
Posted in Linux
903 Comments
Features expected in clFoam v0.2 , plan on Oct 2001
updated in year 2013. This version just tide the API, using struct clmat to wrap the 3 parameter, I think it will reduce the chance of mismatched parameters. Since OpenFoam need update the boundary condition to build the matrix … Continue reading
Posted in Research
174 Comments
The OpenCL solver plugin for OpenFoam 1.7.x : clFoam v0.1 come out for test
======updated in year 2013===== This version just tide the API, using struct clmat to wrap the 3 parameter, I think it will reduce the chance of mismatched parameters. Since OpenFoam need update the boundary condition to build the matrix A … Continue reading
Posted in Download, Research
73 Comments