Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dridzal authored Feb 8, 2018
1 parent 69c1ea9 commit 9c502f2
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# fem-cubed
(FEM)³: Finite Element Modeling For ElectroMagnetics For Exascale Machines
# (𝔽𝔼𝕄)³
### 𝔽inite 𝔼lement 𝕄odeling 𝔽or 𝔼lectro𝕄agnetics 𝔽or 𝔼xascale 𝕄achines

The objective of the (FEM)³ project is to enable __scalable simulation and
optimization__ of electromagnetic phenomena modeled by Maxwell's equations.

The code is based on a variety of packages from the [Trilinos](https://trilinos.org) project and relies heavily on the [Panzer](https://trilinos.org/packages/panzer) multiphysics toolkit.

---

### Key goals

* __High-fidelity simulations:__ High-order compatible discretizations of Maxwell's equations.

* Through Intrepid2 and Panzer.

* __Scalability and portability:__ Runs efficiently on laptops, workstations and high-performance computing platforms.

* Through Kokkos, Tpetra, Ifpack2, MueLu and Belos.

* __Adjoint-based optimization:__ Efficient solution of topology optimization, shape optimization and inverse problems.

* Through ROL (Rapid Optimization Library).

0 comments on commit 9c502f2

Please sign in to comment.