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){
// Build Dof //
buildDof();
// Find next next offset //
size_t maxType = findMaxType();
nxtOffset += maxType + 1;
// Find next offset //
nxtOffset = findMaxType() + 1;
}
void FunctionSpace::buildDof(void){
......
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