Home

Awesome

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build status Code Coverage Latest documentation Codebase Graph

FinEtoolsAcoustics: Linear acoustics application

FinEtools is a package for basic operations on finite element meshes. FinEtoolsAcoustics is a package using FinEtools to solve linear acoustics problems.

News

Past news

Tutorials

There are a number of tutorials explaining the use of this package. Check out the index. The are tutorials themselves can be executed as follows:

git clone https://github.com/PetrKryslUCSD/FinEtoolsAcoustics.jl.git
using Pkg; Pkg.activate("."); Pkg.instantiate();
include("name_tut.jl")

Examples

The examples have their own environment. Change the folder to examples. Then activate and instantiate the examples environment.

(FinEtoolsHeatDiff) pkg>

shell> cd examples
C:\Users\...\FinEtoolsHeatDiff.jl\examples

julia> using Pkg

julia> Pkg.activate("."); Pkg.instantiate()
  Activating project at `C:\Users\...\FinEtoolsHeatDiff.jl\examples`
   [Output suppressed...]

julia>

There are a number of examples, which may be executed as described in the conceptual guide to FinEtools. For instance

julia> include("steady_state/2-d\\Poisson_examples.jl"); Poisson_examples.allrun()  

<a name="past-news"></a>Past news