Home
last modified time | relevance | path

Searched defs:n_dofs (Results 1 – 25 of 144) sorted by relevance

123456

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/integrators/
H A Dlaplace.h56 const unsigned int n_dofs = fe.dofs_per_cell; variable
98 const unsigned int n_dofs = fe.dofs_per_cell; variable
125 const unsigned int n_dofs = fe.dofs_per_cell; variable
162 const unsigned int n_dofs = fe.dofs_per_cell; variable
203 const unsigned int n_dofs = fe.dofs_per_cell; variable
H A Delasticity.h55 const unsigned int n_dofs = fe.dofs_per_cell; variable
90 const unsigned int n_dofs = fe.dofs_per_cell; variable
128 const unsigned int n_dofs = fe.dofs_per_cell; variable
183 const unsigned int n_dofs = fe.dofs_per_cell; variable
H A Dadvection.h81 const unsigned int n_dofs = fe.dofs_per_cell; variable
138 const unsigned int n_dofs = fe.dofs_per_cell; variable
181 const unsigned int n_dofs = fe.dofs_per_cell; variable
223 const unsigned int n_dofs = fe.dofs_per_cell; variable
263 const unsigned int n_dofs = fe.dofs_per_cell; variable
316 const unsigned int n_dofs = fe.dofs_per_cell; variable
390 const unsigned int n_dofs = fe.dofs_per_cell; variable
457 const unsigned int n_dofs = fe.dofs_per_cell; variable
H A Dgrad_div.h56 const unsigned int n_dofs = fe.dofs_per_cell; variable
91 const unsigned int n_dofs = fetest.dofs_per_cell; variable
127 const unsigned int n_dofs = fe.dofs_per_cell; variable
H A Dl2.h62 const unsigned int n_dofs = fe.dofs_per_cell; variable
113 const unsigned int n_dofs = fe.dofs_per_cell; in weighted_mass_matrix() local
165 const unsigned int n_dofs = fe.dofs_per_cell; variable
195 const unsigned int n_dofs = fe.dofs_per_cell; variable
H A Ddivergence.h59 const unsigned int n_dofs = fe.dofs_per_cell; variable
163 const unsigned int n_dofs = fe.dofs_per_cell; variable
264 const unsigned int n_dofs = fe.dofs_per_cell; variable
368 const unsigned int n_dofs = fe1.dofs_per_cell; variable
425 const unsigned int n_dofs = fe1.dofs_per_cell; variable
H A Dmaxwell.h167 const unsigned int n_dofs = fe.dofs_per_cell; variable
221 const unsigned int n_dofs = fe.dofs_per_cell; variable
271 const unsigned int n_dofs = fe.dofs_per_cell; variable
332 const unsigned int n_dofs = fe.dofs_per_cell; variable
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/utils/
H A Dlattice_test.py31 def test_hubbard_square_lattice(x_dimension, y_dimension, n_dofs, spinless, argument
90 def test_hubbard_square_lattice_dof_validation(n_dofs): argument
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dfem_context.C276 const unsigned int n_dofs = cast_int<unsigned int> in some_value() local
305 const unsigned int n_dofs = cast_int<unsigned int> in some_gradient() local
338 const unsigned int n_dofs = cast_int<unsigned int> in some_hessian() local
392 const unsigned int n_dofs = cast_int<unsigned int> in interior_values() local
456 const unsigned int n_dofs = cast_int<unsigned int> in interior_gradients() local
518 const unsigned int n_dofs = cast_int<unsigned int> in interior_hessians() local
557 const unsigned int n_dofs = cast_int<unsigned int> in interior_curl() local
590 const unsigned int n_dofs = cast_int<unsigned int> in interior_div() local
644 const unsigned int n_dofs = cast_int<unsigned int> in side_values() local
691 const unsigned int n_dofs = cast_int<unsigned int> in side_gradient() local
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dfe_scalar.C87 template <> unsigned int FE<0,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() function
88 template <> unsigned int FE<1,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() function
89 template <> unsigned int FE<2,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() function
90 template <> unsigned int FE<3,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() function
H A Dfe_l2_lagrange.C459 template <> unsigned int FE<0,L2_LAGRANGE>::n_dofs(const ElemType t, const Order o) { return l2_lag… in n_dofs() function
460 template <> unsigned int FE<1,L2_LAGRANGE>::n_dofs(const ElemType t, const Order o) { return l2_lag… in n_dofs() function
461 template <> unsigned int FE<2,L2_LAGRANGE>::n_dofs(const ElemType t, const Order o) { return l2_lag… in n_dofs() function
462 template <> unsigned int FE<3,L2_LAGRANGE>::n_dofs(const ElemType t, const Order o) { return l2_lag… in n_dofs() function
H A Dfe_l2_hierarchic.C170 template <> unsigned int FE<0,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs() function
171 template <> unsigned int FE<1,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs() function
172 template <> unsigned int FE<2,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs() function
173 template <> unsigned int FE<3,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs() function
H A Dfe_monomial.C375 template <> unsigned int FE<0,MONOMIAL>::n_dofs(const ElemType t, const Order o) { return monomial_… in n_dofs() function
376 template <> unsigned int FE<1,MONOMIAL>::n_dofs(const ElemType t, const Order o) { return monomial_… in n_dofs() function
377 template <> unsigned int FE<2,MONOMIAL>::n_dofs(const ElemType t, const Order o) { return monomial_… in n_dofs() function
378 template <> unsigned int FE<3,MONOMIAL>::n_dofs(const ElemType t, const Order o) { return monomial_… in n_dofs() function
H A Dfe_rational.C148 template <> unsigned int FE<0,RATIONAL_BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return… in n_dofs() function
149 template <> unsigned int FE<1,RATIONAL_BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return… in n_dofs() function
150 template <> unsigned int FE<2,RATIONAL_BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return… in n_dofs() function
151 template <> unsigned int FE<3,RATIONAL_BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return… in n_dofs() function
H A Dfe_hermite.C315 template <> unsigned int FE<0,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs() function
316 template <> unsigned int FE<1,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs() function
317 template <> unsigned int FE<2,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs() function
318 template <> unsigned int FE<3,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs() function
H A Dfe_clough.C266 template <> unsigned int FE<0,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs() function
267 template <> unsigned int FE<1,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs() function
268 template <> unsigned int FE<2,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs() function
269 template <> unsigned int FE<3,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs() function
H A Dfe_bernstein.C413 template <> unsigned int FE<0,BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return bernstei… in n_dofs() function
414 template <> unsigned int FE<1,BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return bernstei… in n_dofs() function
415 template <> unsigned int FE<2,BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return bernstei… in n_dofs() function
416 template <> unsigned int FE<3,BERNSTEIN>::n_dofs(const ElemType t, const Order o) { return bernstei… in n_dofs() function
H A Dfe_hierarchic.C348 template <> unsigned int FE<0,HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return hierarc… in n_dofs() function
349 template <> unsigned int FE<1,HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return hierarc… in n_dofs() function
350 template <> unsigned int FE<2,HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return hierarc… in n_dofs() function
351 template <> unsigned int FE<3,HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return hierarc… in n_dofs() function
H A Dfe_szabab.C1251 template <> unsigned int FE<0,SZABAB>::n_dofs(const ElemType t, const Order o) { return szabab_n_do… in n_dofs() function
1252 template <> unsigned int FE<1,SZABAB>::n_dofs(const ElemType t, const Order o) { return szabab_n_do… in n_dofs() function
1253 template <> unsigned int FE<2,SZABAB>::n_dofs(const ElemType t, const Order o) { return szabab_n_do… in n_dofs() function
1254 template <> unsigned int FE<3,SZABAB>::n_dofs(const ElemType t, const Order o) { return szabab_n_do… in n_dofs() function
H A Dfe_lagrange.C849 template <> unsigned int FE<0,LAGRANGE>::n_dofs(const ElemType t, const Order o) { return lagrange_… in n_dofs() function
850 template <> unsigned int FE<1,LAGRANGE>::n_dofs(const ElemType t, const Order o) { return lagrange_… in n_dofs() function
851 template <> unsigned int FE<2,LAGRANGE>::n_dofs(const ElemType t, const Order o) { return lagrange_… in n_dofs() function
852 template <> unsigned int FE<3,LAGRANGE>::n_dofs(const ElemType t, const Order o) { return lagrange_… in n_dofs() function
H A Dfe_xyz.C904 template <> unsigned int FE<0,XYZ>::n_dofs(const ElemType t, const Order o) { return xyz_n_dofs(t, … in n_dofs() function
905 template <> unsigned int FE<1,XYZ>::n_dofs(const ElemType t, const Order o) { return xyz_n_dofs(t, … in n_dofs() function
906 template <> unsigned int FE<2,XYZ>::n_dofs(const ElemType t, const Order o) { return xyz_n_dofs(t, … in n_dofs() function
907 template <> unsigned int FE<3,XYZ>::n_dofs(const ElemType t, const Order o) { return xyz_n_dofs(t, … in n_dofs() function
H A Dfe.C100 const unsigned int n_dofs = n_dofs_at_node(elem->type(), in dofs_on_side() local
126 const unsigned int n_dofs = n_dofs_at_node(elem->type(), in dofs_on_edge() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/dofs/
H A Ddof_tools_sparsity.cc70 const types::global_dof_index n_dofs = dof.n_dofs(); in make_sparsity_pattern() local
132 const types::global_dof_index n_dofs = dof.n_dofs(); in make_sparsity_pattern() local
378 const types::global_dof_index n_dofs = dof.n_dofs(); in make_boundary_sparsity_pattern() local
473 const types::global_dof_index n_dofs = dof.n_dofs(); in make_boundary_sparsity_pattern() local
536 const types::global_dof_index n_dofs = dof.n_dofs(); in make_flux_sparsity_pattern() local
717 const unsigned int n_dofs = fe.n_dofs_per_cell(); in dof_couplings_from_component_couplings() local
1411 const types::global_dof_index n_dofs = dof.n_dofs(); in make_flux_sparsity_pattern() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Dmatrix_tools.cc101 const types::global_dof_index n_dofs = matrix.m(); in apply_boundary_values() local
272 const types::global_dof_index n_dofs = matrix.m(); in apply_boundary_values() local
/dports/math/libmesh/libmesh-1.6.2/src/error_estimation/
H A Dhp_coarsentest.C69 const unsigned int n_dofs = in add_projection() local
276 const unsigned int n_dofs = in select_refinement() local

123456