From f95fd5df1eb5c2dff51ab66a757879bf16819c5f Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 16 May 2015 13:20:36 +0300 Subject: [PATCH] added features list --- docs/features.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/features.md diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 0000000..cfbec19 --- /dev/null +++ b/docs/features.md @@ -0,0 +1,26 @@ +=============== +FEATURES / TODO +=============== + +- Parallel design +- Sparse matrices +- Discontinuous Galerkin? +- 100% Tested + - Automatic coverage (Travis CI) +- Doctest examples and tutorials + - Intuitive to use +- Marketing + - Engineering porn +- Field functions +- Multiphysics platform + - Elasticity + - Thermal implemented +- Transient and steady solvers + - Implicit dynamics +- Nonlinearities + - Geometrical + - Material + - Contact + - Mortar +- Modular design + - E.g. contact formulation can be altered by user