Home
last modified time | relevance | path

Searched refs:DiscreteLinearOperator (Results 1 – 10 of 10) sorted by relevance

/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_lin_interp.cpp192 DiscreteLinearOperator Op(&fespace_h1,&fespace_h1p); in to_string()
207 DiscreteLinearOperator Op(&fespace_h1,&fespace_l2); in to_string()
224 DiscreteLinearOperator Op(&fespace_h1,&fespace_l2); in to_string()
248 DiscreteLinearOperator Op(&fespace_l2,&fespace_l2p); in to_string()
265 DiscreteLinearOperator Op(&fespace_l2,&fespace_l2p); in to_string()
292 DiscreteLinearOperator Op(&fespace_l2,&fespace_l2p); in to_string()
309 DiscreteLinearOperator Op(&fespace_l2,&fespace_l2p); in to_string()
356 DiscreteLinearOperator Op(&fespace_nd,&fespace_l2); in to_string()
373 DiscreteLinearOperator Op(&fespace_nd,&fespace_l2); in to_string()
412 DiscreteLinearOperator Op(&fespace_rt,&fespace_l2); in to_string()
[all …]
H A Dtest_pa_idinterp.cpp62 DiscreteLinearOperator assembled_id(&h1_fespace, &nd_fespace); in compare_pa_id_assembly()
69 DiscreteLinearOperator pa_id(&h1_fespace, &nd_fespace); in compare_pa_id_assembly()
H A Dtest_pa_grad.cpp50 DiscreteLinearOperator assembled_grad(&h1_fespace, &nd_fespace); in compare_pa_assembly()
57 DiscreteLinearOperator pa_grad(&h1_fespace, &nd_fespace); in compare_pa_assembly()
/dports/math/mfem/mfem-4.3/fem/
H A Dbilinearform.hpp986 class DiscreteLinearOperator : public MixedBilinearForm class
990 DiscreteLinearOperator(const DiscreteLinearOperator &);
993 DiscreteLinearOperator &operator=(const DiscreteLinearOperator &);
1000 DiscreteLinearOperator(FiniteElementSpace *domain_fes, in DiscreteLinearOperator() function in mfem::DiscreteLinearOperator
H A Dpbilinearform.hpp296 class ParDiscreteLinearOperator : public DiscreteLinearOperator
319 : DiscreteLinearOperator(dfes, rfes) { domain_fes=dfes; range_fes=rfes; } in ParDiscreteLinearOperator()
H A Dbilinearform_ext.hpp24 class DiscreteLinearOperator;
276 PADiscreteLinearOperatorExtension(DiscreteLinearOperator *linop);
H A Dbilinearform.cpp1807 void DiscreteLinearOperator::SetAssemblyLevel(AssemblyLevel assembly_level) in SetAssemblyLevel()
1834 void DiscreteLinearOperator::Assemble(int skip_zeros) in Assemble()
H A Dbilinearform_ext.cpp1333 DiscreteLinearOperator *linop) : in PADiscreteLinearOperatorExtension()
/dports/math/mfem/mfem-4.3/examples/
H A Dex24.cpp270 DiscreteLinearOperator dlo(&trial_fes, &test_fes); in main()
/dports/math/mfem/mfem-4.3/
H A DCHANGELOG1883 - Added a new class, DiscreteLinearOperator, that facilitates the construction
1890 - Also available is a parallel version of DiscreteLinearOperator, which