-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to use standard library definitions in API functions and examp…
…les (#30) * Remove old .gitlab folder * Revert to using std::string and std::vector in adapter API functions * Correct mistake in std:vectpr * Formatting * Revert to using std::string and std:vector instead of precice:: * Use std::string instead of precice::string_view in the dummy solver * Update dumux-precice/couplingadapter.cc Co-authored-by: mathiskelm <[email protected]> * Update examples/dummysolver/main_dummysolver.cc Co-authored-by: mathiskelm <[email protected]> * Clean up dummy solver * Using the correct data types * Further simplifying variable definitions in examples * Formatting * Formatting * Update dumux-precice/couplingadapter.cc Co-authored-by: mathiskelm <[email protected]> * Update dumux-precice/couplingadapter.hh Co-authored-by: mathiskelm <[email protected]> * Update examples/ff-pm/flow-over-cube-3d/main_ff-reversed.cc Co-authored-by: mathiskelm <[email protected]> * Update examples/ff-pm/flow-over-cube-3d/main_pm-reversed.cc Co-authored-by: mathiskelm <[email protected]> * Removing last traces of _View variables from example codes * Use string literals in adapter API of the problem files (*.hh) --------- Co-authored-by: mathiskelm <[email protected]>
- Loading branch information
1 parent
d60b1f4
commit b2e120f
Showing
11 changed files
with
176 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.