Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 6207aed1ab8e0701a17e8642a5c5bf761e3bec1c authored by Alexandre Mercier Aubin on 14 July 2023, 16:40:31 UTC, committed by GitHub on 14 July 2023, 16:40:31 UTC
Update README.md
Signed-off-by: Alexandre Mercier Aubin <alexandremercieraubin@gmail.com>
1 parent b3cb32f
  • Files
  • Changes
  • ab20b0c
  • /
  • mexAdaptiveRigidification.m
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:6207aed1ab8e0701a17e8642a5c5bf761e3bec1c
directory badge Iframe embedding
swh:1:dir:ab20b0c61c905c31d522c068fd98219b77284ce9
content badge Iframe embedding
swh:1:cnt:1c2355462c6b6a478963821fffb9391ea397b0ba
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
mexAdaptiveRigidification.m
% Compile the cpp mex code needed for 2D and 3D adaptive rigidificaiton
rootPwd = pwd;
cd 2d/mex
mex -R2018a mexComputeSTVKGradHess2D.cpp
mex -R2018a mexEdotNorm2D.cpp
mex -R2018a mexEdiffNorm2D.cpp
mex -R2018a mexFindMatches2D.cpp
mex -R2018a mexPGS2D.cpp
mex -R2018a mexPGS2DwithJAinvJT.cpp
mex -R2018a mexRigidBodyProperties2D.cpp
mex -R2018a mexRigidConnectedComponents2D.cpp
mex -R2018a mexNeoHookean2D.cpp
cd ../..
cd 3d/mex
mex -R2018a mexSTVK3D.cpp
mex -R2018a mexNeoHookean3D.cpp
mex -R2018a mexCorotational3D.cpp
mex -R2018a mexEdotNorm3D.cpp
mex -R2018a mexFindMatches3D.cpp
mex -R2018a mexPGS3D.cpp
mex -R2018a mexPGS3DwithJAinvJT.cpp
mex -R2018a mexRigidBodyProperties3D.cpp
mex -R2018a mexRigidBodyConnectedComponents3D.cpp
cd ../..
cd util/mex
mex -R2018a mMD5.c
cd ../..
%-------you can temporarily comment this if you haven't built ipc-toolkit
%ipc or ECCD won't work
% ipctoolkitIncludePath = ['-I' fullfile(rootPwd, 'lib','ipc-toolkit','build','include')];
% ipctoolkitLibPath = ['-L' fullfile(rootPwd, 'lib','ipc-toolkit','build','Release')];
% ipctoolkitlibPath = ['-l','IPCToolkit.lib'];
% eigenpath = ['-I' fullfile(rootPwd, 'lib','eigen')];
% mex('-v', '-R2018a', eigenpath, ipctoolkitIncludePath, 'pointTriangleCCD.cpp', ipctoolkitLibPath, ipctoolkitlibPath);
% mex('-v', '-R2018a', eigenpath, ipctoolkitIncludePath, 'mexIPC.cpp', ipctoolkitLibPath, ipctoolkitlibPath);

%-------

%cd ../..
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top