Repository of the treelm library.
Rev. | Zeit | Autor | Nachricht |
---|---|---|---|
b15e88ec2603 | 2022-11-18 21:29:07 | Harald Klimach | tip Updated aotus and added support for Fujitsu FRTPX compile... |
85525edd135c | 2022-10-25 21:12:42 | Harald Klimach | Provide field width to logical edit descriptors. |
d7356957b097 | 2022-10-25 19:45:38 | Harald Klimach | Moved npoints definition prior its usage. |
5e3aeffab412 | 2022-10-17 22:56:54 | Harald Klimach | Dummy merge of obsolete branch. |
3ae7f7f13a32 | 2022-10-17 22:51:42 | Harald Klimach | Dummy merge for obsoleted branch |
bceec0f8c2fc | 2022-10-17 22:06:48 | Harald Klimach | Dummy merge of obsoleted branch |
b6226bd2f827 | 2022-10-17 21:46:50 | Harald Klimach | Dummy merge with obsoleted changeset |
9e376467d84d | 2022-10-17 21:40:09 | Harald Klimach | Dummy merge of obsoleted branch. |
d563371a0bf0 | 2022-09-01 03:44:11 | Gregspi | added constant 4/27 8/3 |
6964171bb5cf | 2022-04-21 17:05:17 | Kannan Masilamani | Added comment to addition of second layer of ghostFromFiner |
Name | Rev. | Zeit | Autor |
---|---|---|---|
requires_OOP | 6209c188ba7c | 2021-02-19 19:22:50 | Harald Klimach |
tip | b15e88ec2603 | 2022-11-18 21:29:07 | Harald Klimach |
Name | Rev. | Zeit | Autor | Nachricht |
---|---|---|---|---|
default | b15e88ec2603 | 2022-11-18 21:29:07 | Harald Klimach | Updated aotus and added sup... |
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.