Skip to content
Snippets Groups Projects
Commit d9a777a2 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

start adding data about couplings

[[Imported from SVN: r6794]]
parent e163e84c
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,13 @@ class RodContinuumComplex
typedef Dune::BlockVector<Dune::FieldVector<double,3> > ContinuumConfiguration;
struct Coupling
{
LeafBoundaryPatch<RodGrid> rodInterfaceBoundary_;
LeafBoundaryPatch<ContinuumGrid> continuumInterfaceBoundary_;
};
public:
/////////////////////////////////////////////////////////////////////
......@@ -49,6 +56,12 @@ public:
/** \brief The Dirichlet values for each continuum */
std::map<std::string, ContinuumConfiguration> continuumDirichletValues_;
/////////////////////////////////////////////////////////////////////
// Data about the couplings
/////////////////////////////////////////////////////////////////////
std::map<std::pair<std::string,std::string>, Coupling> couplings_;
};
#endif // ROD_CONTINUUM_COMPLEX_HH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment