2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved initializeData() from BaseCouplingScheme to SerialCouplingScheme. More... about 11 years ago
Merge branch 'develop' into communication_i20 More... about 11 years ago
Moved initialize() from BaseCouplingScheme to SerialCouplingScheme. Made some optimizations now that we have an flag that states if coupling is explicit or implicit. More... about 11 years ago
Some documentation about how and when to use debugging / output expressions, plus one minor doc fix in tarch. More... about 11 years ago
Introduced enum {Explicit, Implicit} couplingMode; to BaseCouplingScheme. With the help of that unified and moved initalize() from ParallelExplicit/ParallelImplicit to ParallelCouplingScheme. More... about 11 years ago
Removed ExplicitCouplingScheme and ImplicitCouplingScheme from the inheritance hierarchy. SerialExplicitCouplingScheme and SerialImplicitCouplingScheme now derive from SerialCouplingScheme. ParallelExplicitCouplingScheme and ParallelImplicitCouplingScheme derive from ParallelCouplingScheme. Parallel/SerialCouplingScheme derive from BaseCouplingScheme where most functionality is located right now. More... about 11 years ago
Merge branch 'develop' of vmbungartz6.informatik.tu-muenchen.de:gatzhamm/precice into develop More... about 11 years ago
Make build script compatible with Python 2.6 and small output formatting change. More... about 11 years ago
small fix in SConstruct More... about 11 years ago
More moving of function to BaseCouplingScheme. More... about 11 years ago
started parallelisation More... about 11 years ago
2 dummies with ids More... about 11 years ago
side A ready More... about 11 years ago
Merge branch 'develop' into cplscheme_i14 More... about 11 years ago
commented "only send data" check, such that uni-directional coupling works for the moment More... about 11 years ago
solver proxy cpp adapted to new mesh description More... about 11 years ago
Code cleanup. More... about 11 years ago
Removed some dead code. More... about 11 years ago
Some work on documentation. More... about 11 years ago
Resolved the remaining warnings. More... about 11 years ago
Tested the codebase with clang++ -Wall and gcc -Wall. Corrected numerous issues: More... about 11 years ago
Fixes the bug that after "Timestep completed" another iteration occurs. See discussion at issue #24. More... about 11 years ago
implemented dummy B side More... about 11 years ago
added dummy comm cca More... about 11 years ago
Correct timestep of dt#, which was off by one, as mentioned in issue #24. More... about 11 years ago
Merge branch 'cplscheme_i14' into develop More... about 11 years ago
precice now compiles with clang. Added one necessary fix to template definitions and some changes that fixed warnings of clang regarding dead code or ambigousity. More... about 11 years ago
Make compiler validator work. More... about 11 years ago
Import TERM environment variable from os.environ to enable colored messages during build. More... about 11 years ago
Some corrections towards being compilable with clang++. More... about 11 years ago