Computational Life
About Archives GitHub
  • How to export stiffness matrix from Abaqus

    Apr 7, 2016 •

    Global stiffness matrix

    Read on →

  • Installation of Nurbs Toolbox for MATLAB

    Apr 1, 2016 •

    Download source file

    Read on →

  • Compiling OdePack static library

    Feb 25, 2016 •

    1. Download OdePack. Only three files are needed, for double precision, the files we need are: opkdmain.f, opkda1.f and opkda2.f.
    2. Compile the source codes with
      $ gfortran -c opkdmain.f opkda1.f opkda2.f
      

      three object files will be created, namely: opkdmain.o, opkda1.o and opkda2.o.

    3. Build the static library libodepack.a with
      $ ar rcs libodepack.a opkdmain.o opkda1.o opkda2.o
      
  • Preprocessing Isomap MATLAB Package

    Jan 4, 2016 •

    Download source

    Read on →

  • Environment settings for Abaqus

    Mar 11, 2015 •

    Abaqus setting file

    Read on →

« Older Newer »

© Xi Zou
- Powered by Jekyll & whiteglass -
Subscribe via RSS