fix(poly): bug fixing in block form
currently derivitive constraint is not working
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "mfem.hpp"
|
#include "mfem.hpp"
|
||||||
@@ -66,7 +65,6 @@ namespace Probe {
|
|||||||
void glVisView(mfem::Vector &vec, mfem::FiniteElementSpace &fes,
|
void glVisView(mfem::Vector &vec, mfem::FiniteElementSpace &fes,
|
||||||
const std::string &windowTitle = "vector", const std::string& keyset="");
|
const std::string &windowTitle = "vector", const std::string& keyset="");
|
||||||
|
|
||||||
|
|
||||||
double getMeshRadius(mfem::Mesh& mesh);
|
double getMeshRadius(mfem::Mesh& mesh);
|
||||||
|
|
||||||
std::pair<std::vector<double>, std::vector<double>> getRaySolution(mfem::GridFunction& u, mfem::Mesh& mesh,
|
std::pair<std::vector<double>, std::vector<double>> getRaySolution(mfem::GridFunction& u, mfem::Mesh& mesh,
|
||||||
|
|||||||
Reference in New Issue
Block a user