Skip to content
Snippets Groups Projects
Commit c8006b38 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

** OSRC with more than one auxiliary function space seems to work ... \o/ YEAH !

** Fix in Pade terms
** Fix in FunctionSpace (remove accumulation of offsets)
parent d596e620
No related branches found
No related tags found
No related merge requests found
...@@ -81,9 +81,8 @@ void FunctionSpace::build(const GroupOfElement& goe, string family){ ...@@ -81,9 +81,8 @@ void FunctionSpace::build(const GroupOfElement& goe, string family){
// Build Dof // // Build Dof //
buildDof(); buildDof();
// Find next next offset // // Find next offset //
size_t maxType = findMaxType(); nxtOffset = findMaxType() + 1;
nxtOffset += maxType + 1;
} }
void FunctionSpace::buildDof(void){ void FunctionSpace::buildDof(void){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment