Skip to content

colingavin/fem-mcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curvature Flows using the Finite Element Method

This repository contains an implementation of Walkington's FEM for curve shortening flow using deal.II. It also includes a modified version of this method for solving mean curvature flow of surfaces of revolution in 3D.

Building

  • Prerequisites:
  • Use the deal.II setup script to configure your build environment.
  • Run ./setup.sh to create output directories.
  • Run cmake .
  • Run make all to build all of the test programs.
  • Test programs will be built to bin/

About

Finite element methods for mean curvature flow using deal.II.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors