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 b3cb32f286882795a15401a69e3a9369b07b2c5c authored by Alexandre Mercier Aubin on 16 August 2022, 00:03:14 UTC, committed by Alexandre Mercier Aubin on 16 August 2022, 00:03:14 UTC
Merge branch 'master' of https://github.com/AlexandreMercierAubin/AdaptiveRigidification2022
2 parent s ad1e26e + b60aa10
  • Files
  • Changes
  • 938463d
  • /
  • 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:b3cb32f286882795a15401a69e3a9369b07b2c5c
directory badge Iframe embedding
swh:1:dir:938463dca04f319ac1363aa68fe4e766807a33e5
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