Skip to content

opseb/FiniteElementsCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This computer program will analyse a two dimensional frame using the Finite Element Method.

How to Compile the program using CMake

  1. cmake -S . -B build

Command switches: -S directs CMake to use the current directory as source -B directs CMake to put build files in the build directory

  1. cmake --build build

This program was compiled by opening Developer Command Prompt for VS 2022, navigating to the project direcotry and using the commands above

About

Finite Element Computer Program written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published