|  | MFEM v4.8.0
    Finite element discretization library | 
Go to the source code of this file.
| Namespaces | |
| namespace | mfem | 
| Functions | |
| void | mfem::SetupPatch3D (const int Q1Dx, const int Q1Dy, const int Q1Dz, const int coeffDim, const bool symmetric, const Array< real_t > &w, const Vector &j, const Vector &c, Vector &d) | 
| void | mfem::GetReducedRule (const int nq, const int nd, Array2D< real_t > const &B, Array2D< real_t > const &G, std::vector< int > minQ, std::vector< int > maxQ, std::vector< int > minD, std::vector< int > maxD, std::vector< int > minDD, std::vector< int > maxDD, const IntegrationRule *ir, const bool zeroOrder, std::vector< Vector > &reducedWeights, std::vector< std::vector< int > > &reducedIDs) |