fix(poly): phi boundary values now coorespond to theta flux through polytrope surface

This commit is contained in:
2025-04-25 10:32:06 -04:00
parent 58840d82cd
commit 2acc037111
7 changed files with 146 additions and 94 deletions

View File

@@ -111,6 +111,8 @@ private: // Private methods
* trying to account for the true size of the system. VSize on the other hand refers to the total number of dofs.
*
* @return blockOffsets The offsets for the blocks in the operator
*
* @pre m_feTheta and m_fePhi must be valid, populated FiniteElementSpaces.
*/
mfem::Array<int> computeBlockOffsets() const;