Git Product home page Git Product logo

lobofem2's Introduction

LoboFEM

scene

Todo

09/22/2019

  • cublas
  • optimize NN

Introduction

  • Imgui
  • OpenGL
  • libigl
  • c++14 (for imfilebrowser)
  • hyperelastic material based FEM simulator
  • boost
  • Vega FEM

Multi objects

scene

scene

Constraint

scene

Collision (no friction force yet)

scene

Collision (friction force stiffnes 0.1)

scene

Collision (friction force stiffnes 1.0)

scene

Grasp (friction test failed)

scene

Grasp (stable, squeeze more)

scene

Install

Require MKL set MKL root by {MKLROOT} put below code into ~/.bashrc CPRO_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux export MKLROOT=${CPRO_PATH}/mkl

Eigen only support ip64 not the ilp64. If use ilp64, pardiso will give a long long int conversion error.

sudo apt-get install libomp-dev
sudo apt-get install cmake libx11-dev xorg-dev libglu1-mesa-dev libglm-dev


cd external
git clone https://github.com/eigenteam/eigen-git-mirror.git

cd ..

install boost
install mkl

mkdir build
cd build
cmake ..
make
../bin/LoboFEM

Structure

Structure

Note

sudo nano /etc/modprobe.d/zz-nvidia-modeset.conf
options nvidia_drm modeset=1
sudo update-initramfs -u

This helps to remove tearing on my laptop. However, it locks FPS to 60fps. My laptop: Razer Blade RTX 2070

To support cuda 10.0 need cmake version 3.12 or later

https://stackoverflow.com/questions/993352/when-should-i-make-explicit-use-of-the-this-pointer https://stackoverflow.com/questions/2812470/why-does-gcc-need-extra-declarations-in-templates-when-vs-does-not/2812501#2812501

bash ./run.sh c x ./config/DinosaurDemo/Dinosaur_demo_gen.xml

lobofem2's People

Contributors

lrquad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.