Coder Social home page Coder Social logo

peterzs / solid-geometry-processing-on-deconstructed-domains Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sgsellan/solid-geometry-processing-on-deconstructed-domains

0.0 0.0 0.0 9.84 MB

Public code release for the paper "Solid Geometry Processing on Deconstructed Domains" presented at SGP 2019 and authored by Silvia Sellán, Herng Yi Cheng, Yuming Ma, Mitchell Dembowski and Alec Jacobson.

License: MIT License

MATLAB 100.00%

solid-geometry-processing-on-deconstructed-domains's Introduction

Solid Geometry Processing on Deconstructed Domains

Public code release for the paper "Solid Geometry Processing on Deconstructed Domains", presented at SGP 2019 and authored by Silvia Sellán, Herng Yi Cheng, Yuming Ma, Mitchell Dembowski and Alec Jacobson. Released under MIT licence.

Installation

To install this library, please start by cloning the repository recursively

git clone --recursive https://github.com/sgsellan/solid-geometry-processing-on-deconstructed-domains.git

After this, we will build the mex functions in the gptoolbox directory:

cd solid-geometry-processing-on-deconstructed-domains/gptoolbox/mex
mkdir build
cd build
cmake ..
make

Use

To replicate the results in the paper, start by adding include-matlab and gptoolbox to your Matlab path, for example using addpath(genpath('include-matlab'));addpath(genpath('gptoolbox''));. Once this is done, you can replicate each result in our paper by running each of the scripts in the scripts directory. The first commented line in each of them specifies by number which figure of the paper it corresponds to. The convergence tests in Figures 8 and 10 can be replicated by running the scripts in scripts/convergence-tests.

If you want to use our method on your own example meshes and equations for comparisons or applications, you can take a look at our example.m file and substitute with your own code.

Known Issues

Please do not hesitate to contact [email protected] if you find any issues or bugs in this code, or you struggle to run it in any way.

solid-geometry-processing-on-deconstructed-domains's People

Contributors

sgsellan 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.