Skip to content

Commit

Permalink
PRefine is defined at the level of InterpolationSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeDevloo committed Sep 12, 2023
1 parent eed94cf commit a0eb03c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Mesh/pzelchdiv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1074,9 +1074,9 @@ void TPZCompElHDiv<TSHAPE>::Read(TPZStream &buf, void *context)
}
}
//refinamento
template<class TSHAPE>
void TPZCompElHDiv<TSHAPE>::PRefine(int order)
{
//template<class TSHAPE>
//void TPZCompElHDiv<TSHAPE>::PRefine(int order)
//{
// This function has been deprecated since TPZCompElHDivPressure has been deprecated
// TODO: Delete or update?
/*
Expand Down Expand Up @@ -1142,7 +1142,7 @@ void TPZCompElHDiv<TSHAPE>::PRefine(int order)
}
*/
}
//}

/** @brief Prints the relevant data of the element to the output stream */
template<class TSHAPE>
Expand Down
2 changes: 1 addition & 1 deletion Mesh/pzelchdiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class TPZCompElHDiv : public TPZIntelGen<TSHAPE> {
/** @brief Read the element data from a stream */
void Read(TPZStream &buf, void *context) override;
/** @brief Refinement along the element */
virtual void PRefine(int order) override;
// virtual void PRefine(int order) override;

//Checks the normal orientation of two neighbour GeoElSides;
//Returns -1 if the sides have opposite normal vectors and 1 if they are equal.
Expand Down

0 comments on commit a0eb03c

Please sign in to comment.