2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some more refactoring and little cleanups. More... about 11 years ago
Merge branch 'develop' into meshes_i5 More... about 11 years ago
Massive code cleanup. Indention and removal of includes. More... about 11 years ago
Moved initialize from SerialExplicitCouplingScheme / SerialImplicitCouplingScheme to BaseCouplingScheme. More... about 11 years ago
Moved initializeData from SerialExplicitCouplingScheme / SerialImplicitCouplingScheme to BaseCouplingScheme including a couple of other functions. More... about 11 years ago
Removed a couple of destructors which had no definition. More... about 11 years ago
Moved constructors of ExplicitCouplingScheme / ImplicitCouplingScheme to BaseCouplingScheme. More... about 11 years ago
Moved finalize from ExplicitCouplingScheme / ImplicitCouplingScheme to BaseCouplingScheme. More... about 11 years ago
Moved doesFirstStep from ExplicitCouplingScheme / ImplicitCouplingScheme to BaseCouplingScheme. More... about 11 years ago
Further work on unifying serial explicit and serial implicit schemes. More... about 11 years ago
Unify implementation of explicit and implicit coupling. More... about 11 years ago
added first version of communication dummies (no communication yet) More... about 11 years ago
Merge branch 'develop' into cplscheme_i14 More... about 11 years ago
Merge branch 'cplscheme_i14' of vmbungartz6.informatik.tu-muenchen.de:gatzhamm/precice into cplscheme_i14 More... about 11 years ago
Finished SConstruct rewrite to use more of scons standard validation functions. More... about 11 years ago
Changing the SConstruct to use more of scons standard validation features. More... over 11 years ago
Adapt build system to tarch inclusion. More... over 11 years ago
Add tarch to the repository. More... over 11 years ago
Use boost::algorithm::is_space predicate which describes better what is being done. More... over 11 years ago
Remove obsolete function remainings. More... over 11 years ago
Got rid of function to tokenize strings. Use boost::algorithm::split instead. More... over 11 years ago
Delete obsolete functions. More... over 11 years ago
Replace precice::utils::contained for std::vector with a more STL based implementation. More... over 11 years ago
Remove more superfluous includes. More... over 11 years ago
Remove more superfluous includes. More... over 11 years ago
Code cleanups. More... over 11 years ago
Code cleanups. More... over 11 years ago
Code cleanup in cplschemes. More... over 11 years ago
Code cleanup in cplschemes. More... over 11 years ago
pointers should be const More... over 11 years ago