Skip to content

TUWien-ASC/NGS-myfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGS-myfe

Installation:

  • Install a recent NGSolve (version from March 30 or newer), install via

    pip install --upgrade --pre ngsolve  
    
  • Build and install using command-line tools (for experts):

    install git, CMake, a recent C++ compiler (gcc, clang)

    git clone https://github.com/TUWien-ASC/NGS-myfe.git
    cd NGS-myfe
    mkdir build
    cd build
    cmake ..
    make -j4 install
    
  • Build and install using Visual Studio Code (recommended)

    clone

    if there are more options, vscode asks for the compiler:

    choose

    vscode runs cmake, if everything is good the output looks like cmakeruns

    we select the build target 'install', and 'RelWithDebInfo' configuration: selecttarget

    finally, we click on the 'Build' button in the blue status bar build

    Our own finite elements are installed !

  • Try notebooks from https://jschoeberl.github.io/iFEM/FEM/myFiniteElement.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published