Skip to content
Snippets Groups Projects
Commit b67b76ca authored by Abhinav Singh's avatar Abhinav Singh
Browse files

Fixing vandermonde test

parent 52f440b6
No related branches found
No related tags found
1 merge request!14Fd solver merge to develop
......@@ -27,7 +27,7 @@ public:
Vandermonde(const Support &support,
const MonomialBasis<dim> &monomialBasis,
const vector_type & particlesFrom,
const vector_type2 & particlesTo,T HOverEpsilon=0.9)
const vector_type2 & particlesTo,T HOverEpsilon=0.5) //0.5 for the test
: point(particlesTo.getPosOrig(support.getReferencePointKey())),
monomialBasis(monomialBasis),HOverEpsilon(HOverEpsilon)
{
......
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