fix(poly): working on solving polytrope
This commit is contained in:
@@ -228,8 +228,11 @@ namespace polyMFEMUtils {
|
||||
std::vector<double> zeroSlopeCoordinate; // The coordinate of the zero slope point
|
||||
|
||||
int zeroSlopeElemID = -1;
|
||||
mfem::Array<int> zeroSlopeDofs;
|
||||
mfem::IntegrationPoint zeroSlopeIP;
|
||||
double zeroIPReferenceCoord[4] = {0.0, 0.0, 0.0, 1.0};
|
||||
mfem::IntegrationPoint zeroIP;
|
||||
mfem::Array<int> zeroSlopeConnectedElements;
|
||||
std::vector<mfem::IntegrationPoint> zeroSlopeIPs;
|
||||
std::vector<mfem::Array<int>> zeroSlopeDofs;
|
||||
|
||||
std::unique_ptr<mfem::GridFunction> u_gf;
|
||||
mutable mfem::SparseMatrix *grad = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user