IPC icon indicating copy to clipboard operation
IPC copied to clipboard

Incremental Potential Contact (IPC) is for robust and accurate time stepping of nonlinear elastodynamics. IPC guarantees intersection- and inversion-free trajectories regardless of materials, time-ste...

Results 16 IPC issues
Sort by recently updated
recently updated
newest added

When I run this example 1_squeezeOut.txt,it's very slow.Hoping for help.Thank you very much

I am using Windows and am new to SuitSparse. I wonder how to link SuitSparse to IPC-master. I clone SuitSparse and build it as below. ![图片](https://user-images.githubusercontent.com/52732323/147926602-e7848a26-44b7-4f3f-b8fe-72a2dba4426d.png) When I build IPC-master,...

Has anyone tried to compile it on apple silicon? I am facing all sorts of issues.

Hello, I was wondering if there was a way to control the degrees of freedom when we are applying boundary conditions. For example, if I wanted to design a uniaxial...

Hello, I was wondering if you could help me write a new Animation case that applies a normal force to the surface nodes of the mesh. The algorithm would go...

I'm trying to compile IPC on Windows with MSVC. ![image](https://user-images.githubusercontent.com/1921878/143783968-35efd585-3df4-4f7d-a4d8-1eb8c9b8ec44.png) The issue is mainly caused by the static template function `IglUtils::makePD`, `IglUtils::flipDet_SVD` and `IglUtils::computeCofactorMtr`, where the compiler cannot deduce template...

Hi, to use my own mesh, I tried to build ``MeshProcessing.cpp`` in ``root/src/Projects/MeshProcessing``, but met with linking errors as follow: ```shell [ 3%] Built target predicates [ 3%] Built target...

Hi, I just got to know this paper the found it is amazingly open-sourced! By briefly reading the doc, it seems (correct me if I'm wrong) the current code is...

First, I wanted to say that this is an amazing project, and I really appreciate the work you have put into this project. I’m currently trying to see if there...

Creating a feature request from an email I received: > We are simulating the bouncing sphere inside of a closed boundary, so we input multiple mesh files (including the mesh...

enhancement