Home
last modified time | relevance | path

Searched refs:Pconf (Results 1 – 6 of 6) sorted by relevance

/dports/net/yptransitd/yptransitd-0.5/src/
H A DMakefile.in53 $(LEX) $(LEXOPT) -Pconf confparse.l
/dports/security/aide/aide-0.17.4/
H A DMakefile.am92 $(LEX) $(AM_LFLAGS) -o$@ -Pconf $<
H A DMakefile.in1462 $(LEX) $(AM_LFLAGS) -o$@ -Pconf $<
/dports/math/mfem/mfem-4.3/fem/
H A Dpfespace.cpp102 Pconf = NULL; in ParInit()
914 if (Pconf) { return Pconf; } in GetProlongationMatrix()
918 Pconf = new IdentityOperator(GetTrueVSize()); in GetProlongationMatrix()
924 Pconf = new ConformingProlongationOperator(*this); in GetProlongationMatrix()
928 Pconf = new DeviceConformingProlongationOperator(*this); in GetProlongationMatrix()
931 return Pconf; in GetProlongationMatrix()
2907 delete Pconf; Pconf = NULL; in Destroy()
H A Dpfespace.hpp74 mutable Operator *Pconf; member in mfem::ParFiniteElementSpace
/dports/math/mfem/mfem-4.3/tests/unit/miniapps/
H A Dtest_sedov.cpp1785 const Operator *Pconf = H1compFESpace.GetProlongationMatrix(); in SolveVelocity() local
1792 if (Pconf) { Pconf->MultTranspose(rhs_c_gf, B); } in SolveVelocity()
1802 if (Pconf) { Pconf->Mult(X, dvc_gf); } in SolveVelocity()