Arne Morten Kvarving
Arne Morten Kvarving
jenkins build this please
jenkins build this please
jenkins build this please
The function used to obtain boundary nodes in LR has a depth param, maybe this is enough? Ie depth = 2
yes, essentially do what is done in ASMu2D::getEdgeNodes, but set depth = 2. after sort you have the nodes in interleaved fashion. but which is first (the node on the...
``` this->getBasis(basis)->getEdgeFunctions(edgeFunctions2, static_cast(edge),2); ASMunstruct::Sort(u, v, orient, edgeFunctions2); for (auto& it : edgeFunctions2) std::cout getId() getId()+1)
all comments addressed. i also drafted how to handle the want ssv, but no viz, hdf5 file.
sure, that's trivial to add when we need it, assuming the most interesting fields means 'primary solutions'.
there we go, always only outputting primary solution to ssv file.
jenkins build this with downstreams please