Home
last modified time | relevance | path

Searched refs:domain_fes (Results 1 – 3 of 3) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dpbilinearform.cpp612 HypreParMatrix* P = domain_fes->Dof_TrueDof_Matrix(); in ParallelAssemble()
622 dA.MakeRectangularBlockDiag(domain_fes->GetComm(), in ParallelAssemble()
624 domain_fes->GlobalVSize(), in ParallelAssemble()
626 domain_fes->GetDofOffsets(), in ParallelAssemble()
633 P_trial.ConvertFrom(domain_fes->Dof_TrueDof_Matrix()); in ParallelAssemble()
658 blocks.SetSize(range_fes->GetVDim(), domain_fes->GetVDim()); in GetParBlocks()
662 domain_fes->GetOrdering() == Ordering::byVDIM); in GetParBlocks()
H A Dpbilinearform.hpp300 ParFiniteElementSpace *domain_fes; member in mfem::ParDiscreteLinearOperator
319 : DiscreteLinearOperator(dfes, rfes) { domain_fes=dfes; range_fes=rfes; } in ParDiscreteLinearOperator()
H A Dbilinearform.hpp1000 DiscreteLinearOperator(FiniteElementSpace *domain_fes, in DiscreteLinearOperator() argument
1002 : MixedBilinearForm(domain_fes, range_fes) { } in DiscreteLinearOperator()