Repository of the treelm library.
Rev. | Time | Author | Message |
---|---|---|---|
451bff6bfb3d | 2022-01-28 23:17:57 | Harald Klimach | tip Updated links in README and tem_index. |
bc94c64d4382 | 2022-01-27 15:37:59 | Harald Klimach | Update aotus to include recent Lua patches. |
d06440e69ceb | 2022-01-26 19:33:14 | Harald Klimach | For stream access the default form is unformatted. This c... |
673ba8a7a873 | 2022-01-12 21:53:30 | Kannan Masilamani | Implemented spongelayer_box_2d for periodic and 2D domain. |
2341b241c93e | 2022-01-12 21:52:49 | Kannan Masilamani | Implemented box with rounded corners. Can be used by sett... |
7af2d6affdd2 | 2022-01-12 01:45:38 | Kannan Masilamani | removed tem_absorblayer_module since the absorbing profil... |
9a1ce4c4501d | 2022-01-12 01:44:25 | Kannan Masilamani | Introduced new config parameter damp_profile to sponge la... |
fa2931e00a65 | 2022-01-10 20:41:24 | Kannan Masilamani | Passed ncomp to load_spongelayer to load target_state acc... |
867d3d696391 | 2022-01-10 20:37:26 | Kannan Masilamani | Changed radial_spongelayer to spongelayer_radial to be co... |
5250589f2ce6 | 2022-01-07 23:45:03 | Kannan Masilamani | Changed predefined spatial name spongelayer to spongelaye... |
Name | Rev. | Time | Author |
---|---|---|---|
requires_OOP | 6209c188ba7c | 2021-02-19 19:22:50 | Harald Klimach |
tip | 451bff6bfb3d | 2022-01-28 23:17:57 | Harald Klimach |
Name | Rev. | Time | Author | Message |
---|---|---|---|---|
default | 451bff6bfb3d | 2022-01-28 23:17:57 | Harald Klimach | Updated links in README and... |
feature/adaptive_refinement | 9c6b4e9d27de | 2015-02-24 19:15:18 | Jiaxing Qi | merged with default branch |
feature/face_split_comm | 56c1621e65c5 | 2014-08-07 20:55:30 | Jens Zudrop | Removed additional flux buf... |
feature/ford | 08af83e51401 | 2016-02-19 19:45:18 | Tobias Girresser | Finished documentation tran... |
feature/newControl | bc1622304501 | 2014-01-17 05:49:29 | Harald Klimach | flow: Closed <feature> 'new... |
feature/new_variable_system | 1f651536669b | 2016-01-22 21:22:36 | Harald Klimach | Closed the new variable sys... |
feature/removeMultischeme | fda61294aad1 | 2016-06-14 22:35:59 | Kannan Masilamani | Closed branch feature/remov... |
The Tree-based Elemental Mesh library provides the functionality to act on a distributed parallel octree mesh. More detailed Documentation is generated by FORD.
TreElM is licensed under the simplified BSD license. Please have a look in the included COPYRIGHT file for more details.
In the build script, the Fortran preprocessing tool CoCo is included, which is released under the GPL version 2. The CoCo source is also available in external/coco.f90.
TreElM is part of the APES suite.
waf is used as a build system. Run:
./waf configure build
to build the treelm library. If you want to select a specific Fortran compiler, set the environment variable FC accordingly. Note, that this compiler has to support MPI, therefore usually FC should point to a MPI wrapper provided by the MPI library. To adapt the build further have a look at the wscript.
For your convenience, the aotus library is included and built along. It is used for the header description files of the mesh as well as for configuration options.