Skip to content

bombeuler/DiracSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DiracSource

Supported platforms

  • Linux (recommended). Windows via WSL is supported.

Python

  • Required packages: fenics-dolfinx, mpich, pyvista, numpy, pandas, jinja2, gmsh, scipy, matplotlib, scifem.
  • Recommand install with micromamba or conda.

C++ / build

  • CMake >= 3.10.
  • A C++ toolchain supporting at least C++11 (g++ or clang recommended).
  • Install GetFem.
  • Build (example for the 3D code):
    cd Dim3
    mkdir -p build
    cd build
    cmake ..
    make dirac_3d
    
    This produces the dirac_3d binary in Dim3/build/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors