MCPcopy Create free account

hub / github.com/FEniCS/dolfinx / functions

Functions2,084 in github.com/FEniCS/dolfinx

Methodsolve
-----------------------------------------------------------------------------
cpp/dolfinx/nls/NewtonSolver.cpp:149
Methodsolve
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:62
Methodsolve
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:690
Methodsolve
cpp/dolfinx/la/superlu_dist.cpp:474
Functionsolver
cpp/demo/poisson_matrix_free/main.cpp:136
Methodsolver
The PETSc KSP solver.
python/dolfinx/fem/petsc.py:987
Methodsolver
The SNES solver.
python/dolfinx/fem/petsc.py:1403
Methodspace_dimension
Dimension of the finite element function space. This is the the number of degrees-of-freedom for the element. For 'blocked' elements,
python/dolfinx/fem/element.py:254
Functionspmv
cpp/dolfinx/la/matrix_csr_impl.h:226
FunctionspmvT
cpp/dolfinx/la/matrix_csr_impl.h:299
Functionsquare
()
python/test/unit/mesh/test_mesh.py:197
Functionsquare
()
python/test/unit/mesh/test_face.py:23
Functionsquared_distance
cpp/dolfinx/geometry/utils.h:172
Methodsrc_owner
Ranks owning points sent into ownership determination.
python/dolfinx/geometry.py:49
Methodstack_index_maps
-----------------------------------------------------------------------------
cpp/dolfinx/common/IndexMap.cpp:647
Methodstart
Reset elapsed time and (re-)start timer.
cpp/dolfinx/common/Timer.h:66
Methodstr
Print out for debugging
cpp/dolfinx/geometry/BoundingBoxTree.h:391
Methodsub
Return the i-th sub space. Args: i: Index of the subspace to extract. Returns: A subspace. Note:
python/dolfinx/fem/function.py:777
Methodsub
@brief Create a subspace (view) for a specific component. @note If the subspace is re-used, for performance reasons the returned subspace should be s
cpp/dolfinx/fem/FunctionSpace.h:111
Methodsub_topology
The sub-topology.
python/dolfinx/mesh.py:568
Methodsymmetric
@brief Indicate whether this function space represents a symmetric 2-tensor.
cpp/dolfinx/fem/FunctionSpace.h:211
Functiontabulate
(A_, w_, c_, coords_, entity_local_index, cell_orientation, custom_data)
python/test/unit/fem/test_custom_jit_kernels.py:33
Functiontabulate_A
Element kernel that applies static condensation.
python/demo/demo_static-condensation.py:197
Functiontabulate_expression
cpp/dolfinx/fem/assemble_expression_impl.h:63
Functiontangent
(x)
python/test/unit/fem/test_dof_permuting.py:372
Functiontangent2
(x)
python/test/unit/fem/test_dof_permuting.py:382
Functiontempdir
Return a unique directory name for this test function instance. Deletes and re-creates directory from previous test runs but lets the directo
python/test/conftest.py:132
Functiontest_2D_lagrange_to_curl
(order)
python/test/unit/fem/test_interpolation.py:659
Functiontest_3d
(tempdir, cell_type, encoding)
python/test/unit/io/test_xdmf_meshtags.py:31
Functiontest_AA_hex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:733
Functiontest_BDM_N2curl_simplex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:565
Functiontest_BDM_N2curl_simplex_highest_order
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:577
Functiontest_BDM_quad
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:723
Functiontest_DPC_hex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:693
Functiontest_DPC_quad
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:683
Functiontest_Lagrange_interpolation
Test that interpolation is correct in a function space.
python/test/unit/fem/test_interpolation.py:273
Functiontest_N1curl_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:306
Functiontest_N2curl_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:316
Functiontest_NCE_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:335
Functiontest_NC_hex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:713
Functiontest_P_simplex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:493
Functiontest_P_simplex_built_in
(family, degree, dtype, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:505
Functiontest_P_tp
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:589
Functiontest_P_tp_built_in_mesh
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:599
Functiontest_RTCE_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:325
Functiontest_RTC_quad
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:703
Functiontest_RT_N1curl_simplex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:541
Functiontest_S_tp
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:646
Functiontest_S_tp_built_in_mesh
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:656
Functiontest_UFLCell
(interval, square, rectangle, cube, box)
python/test/unit/mesh/test_mesh.py:241
Functiontest_UFLDomain
(interval, square, rectangle, cube, box)
python/test/unit/mesh/test_mesh.py:251
Functiontest_add
(dtype)
python/test/unit/la/test_matrix_csr.py:36
Functiontest_add_diagonal
Test adding entries to diagonal of sparsity pattern.
python/test/unit/la/test_sparsity_pattern.py:15
Functiontest_additivity
(mode)
python/test/unit/fem/test_assemble_domains.py:213
Functiontest_all_implemented
flake8 does not catch its warning code F822: whether the public API offered by the members of __all__ are implemented. We therefore manually c
python/test/unit/common/test_public_api.py:26
Functiontest_area
Iterate over faces and sum area.
python/test/unit/mesh/test_face.py:29
Functiontest_argument_equality
Placed this test here because it's mainly about detecting differing function spaces.
python/test/unit/fem/test_function_space.py:199
Functiontest_assemble_derivatives
This test checks the original_coefficient_positions, which may change under differentiation (some coefficients and constants are eliminated).
python/test/unit/fem/test_assembler.py:93
Methodtest_assemble_empty_rank_mesh
Assembly on mesh where some ranks are empty.
python/test/unit/fem/test_assembler.py:1330
Functiontest_assemble_exterior_facet
Check special handling of packing of integration entities for exterior facets, which for any other co-dimensional entity is just a one-sided integ
python/test/unit/fem/test_assemble_domains.py:354
Functiontest_assemble_functional_ds
(mode, dtype)
python/test/unit/fem/test_assembler.py:83
Functiontest_assemble_functional_dx
(mode, dtype)
python/test/unit/fem/test_assembler.py:67
Methodtest_assembly_bcs
Test assembly with boundary conditions and lifting.
python/test/unit/fem/test_assembler.py:231
Functiontest_assembly_dS_domains
(mode)
python/test/unit/fem/test_assemble_domains.py:203
Functiontest_assembly_ds_domains
(mode)
python/test/unit/fem/test_assemble_domains.py:125
Functiontest_assembly_dx_domains
(mode, meshtags_factory)
python/test/unit/fem/test_assemble_domains.py:57
Functiontest_assembly_into_quadrature_function
Test assembly into a Quadrature function. This test evaluates a UFL Expression into a Quadrature function space by evaluating the Expression
python/test/unit/fem/test_expression.py:250
Methodtest_assembly_solve_block
Solve a two-field mass-matrix like problem with block matrix approaches and test that solution is the same.
python/test/unit/fem/test_assembler.py:607
Methodtest_assembly_solve_block_nl
Solve a two-field nonlinear diffusion like problem with block matrix approaches and test that solution is the same.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:211
Methodtest_assembly_solve_taylor_hood
Assemble Stokes problem with Taylor-Hood elements and solve.
python/test/unit/fem/test_assembler.py:776
Methodtest_assembly_solve_taylor_hood_nl
Assemble Stokes problem with Taylor-Hood elements and solve.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:415
Functiontest_asymmetric_partitioner
()
python/test/unit/mesh/test_mesh_partitioners.py:132
Functiontest_bad_entry
(dtype)
python/test/unit/la/test_matrix_csr.py:253
Functiontest_bad_shape
(mat_random)
python/test/unit/la/test_matmul.py:120
Functiontest_basic_assembly
(mode, dtype)
python/test/unit/fem/test_assembler.py:123
Functiontest_basic_assembly_constant
Tests assembly with Constant. The following test should be sensitive to order of flattening the matrix-valued constant.
python/test/unit/fem/test_assembler.py:1457
Methodtest_basic_assembly_petsc_matrixcsr
Test basic assembly of PETSc Mat and compare with MatrixCSR assembly.
python/test/unit/fem/test_assembler.py:197
Methodtest_basic_interior_facet_assembly
Test basic assembly of interior facet terms.
python/test/unit/fem/test_assembler.py:981
Functiontest_basix_element
(V, W, Q, V2)
python/test/unit/fem/test_function_space.py:258
Functiontest_basix_element_wrapper
(degree, dtype, cg_solver)
python/test/unit/fem/test_custom_basix_element.py:88
Functiontest_bc_index_out_of_range
()
python/test/unit/fem/test_bcs.py:411
Functiontest_biharmonic
Manufactured biharmonic problem. Solved using rotated Regge or the Hellan-Herrmann-Johnson (HHJ) mixed finite element method in two-dimension
python/test/unit/fem/test_fem_pipeline.py:299
Methodtest_block_null_lifting
Test assembly of block vector with a zero block in the form.
python/test/unit/fem/test_assembler.py:1424
Functiontest_block_size
()
python/test/unit/fem/test_dofmap.py:159
Functiontest_block_size_real
()
python/test/unit/fem/test_dofmap.py:185
Functiontest_blocked_dof_ownership
Test that dof ownership is correctly handled for blocked function spaces.
python/test/unit/fem/test_bcs.py:375
Functiontest_boundary_facets
Test that the correct number of boundary facets are computed.
python/test/unit/mesh/test_mesh.py:675
Functiontest_cell_circumradius
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:364
Functiontest_cell_h
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:374
Functiontest_cell_h_prism
()
python/test/unit/mesh/test_mesh.py:380
Functiontest_cell_inradius
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:356
Functiontest_cell_mismatch
Test that cell mismatch raises early enough from UFL.
python/test/unit/fem/test_function_space.py:250
Functiontest_cell_radius_ratio
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:404
Functiontest_cffi_assembly
()
python/test/unit/fem/test_custom_jit_kernels.py:154
Functiontest_cffi_expression
(dtype, cdtype)
python/test/unit/fem/test_function.py:179
Functiontest_clone
(W)
python/test/unit/fem/test_function_space.py:166
Methodtest_coefficents_non_constant
Test packing coefficients with non-constant values.
python/test/unit/fem/test_assembler.py:1278
Functiontest_coefficient
(dtype)
python/test/unit/fem/test_custom_jit_kernels.py:124
Functiontest_collapse
(W, V)
python/test/unit/fem/test_function_space.py:170
Functiontest_collision_2nd_order_triangle
(dtype)
python/test/unit/geometry/test_gjk.py:187
← previousnext →1,501–1,600 of 2,084, ranked by callers