Home
last modified time | relevance | path

Searched defs:gsBoundaryInterface (Results 1 – 1 of 1) sorted by relevance

/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsBaseUtils.h143 struct GISMO_EXPORT gsBoundaryInterface struct
145 gsBoundaryInterface() {} in gsBoundaryInterface() argument
148 std::vector<patchSide> sidesA;
149 std::vector<patchSide> sidesB;
151 std::vector<std::pair<index_t,index_t> > patches;
154 void addInterfaceSide(index_t patchA, boundary::side sideA, in addInterfaceSide()
161 void addPatches(index_t patchA, index_t patchB) in addPatches()