Searched refs:shape1d (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/mfem/ |
| H A D | bp1.hpp | 58 mfem::DenseMatrix shape1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed() local 61 mfem::Vector shape_i(shape1d.Height()); in FESpace2Ceed() 72 for (int j = 0; j < shape1d.Height(); j++) { in FESpace2Ceed() 73 shape1d(j, i) = shape_i(dof_map_1d[j]); in FESpace2Ceed() 77 …rH1(ceed, mesh->Dimension(), fes->GetVDim(), order + 1, ir.GetNPoints(), shape1d.GetData(), grad_1… in FESpace2Ceed()
|
| H A D | bp3.hpp | 59 mfem::DenseMatrix shape1d(fe1d->GetDof(), ir.GetNPoints()); in FESpace2Ceed() local 62 mfem::Vector shape_i(shape1d.Height()); in FESpace2Ceed() 73 for (int j = 0; j < shape1d.Height(); j++) { in FESpace2Ceed() 74 shape1d(j, i) = shape_i(dof_map_1d[j]); in FESpace2Ceed() 78 …rH1(ceed, mesh->Dimension(), fes->GetVDim(), order + 1, ir.GetNPoints(), shape1d.GetData(), grad_1… in FESpace2Ceed()
|