Ido Akkerman
Ido Akkerman
I have been absent for a while but am picking things up again.
@marc-85 Good question. How the different constructors handle the own_topo can probably improved and made more uniform. In the mentioned routine we can perhaps make the following simplification: Replace: ```...
The NURBSext->ConnectBoundaries(); call seems problematic. It is not called when reading in sol.gf in glvis. I will think of a mechanism of how to call/not-call this function. Summary: - For...
Merging of laplacian_dev is blocked due Travis failing the branch_history check. The error is: Running test 'branch-history'... FAILED === BEGIN error log from branch-history.err This branch adds/modifies a large file:...
@tzanio I think I fixed it.
I will check if this PR can be replaced by making correct use of ` static Mesh MakePeriodic(const Mesh &orig_mesh, const std::vector &v2v);`
Implementation effort can be reduced by using the `TransposeIntegrator` I assume?
Is there a need for a `Trans.LaplaceOrder(fe)` ? As place holder I am going with `fe.GetOrder() - 2` for now.
The Laplacian/Hessian is already implemented - in principle. The base class has the (some) interfaces defined and for NURBS elements it _should_ work. I do not know about other elements....
@michi002 My apologies, I pushed it to an other local repo. I will push it tomorrow, unfortunately I can not ssh into my machine due to overly zealous security...