64 "Auxiliary functions for the shallow water system.");
69 : UnsteadySystem(pSession)
81 "No UPWINDTYPE defined in session.");
85 m_vecLocs = Array<OneD, Array<OneD, NekDouble> >(1);
89 m_vecLocs[0][i] = 1 + i;
157 ASSERTL0(
false,
"This function is not implemented for this equation.");
162 ASSERTL0(
false,
"This function is not implemented for this equation.");
181 for(
int bcRegion = 0; bcRegion <
m_fields[0]->GetBndConditions().num_elements(); ++bcRegion)
185 int e, id1, id2,
npts;
187 for (e = 0; e <
m_fields[0]->GetBndCondExpansions()[bcRegion]
190 npts =
m_fields[0]->GetBndCondExpansions()[bcRegion]->
191 GetExp(e)->GetTotPoints();
192 id1 =
m_fields[0]->GetBndCondExpansions()[bcRegion]->
194 id2 =
m_fields[0]->GetTrace()->GetPhys_Offset(
196 GetBndCondCoeffsToGlobalCoeffsMap(cnt+e));
201 cnt +=
m_fields[0]->GetBndCondExpansions()[bcRegion]->GetExpSize();