Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ functions
Functions
2,084 in github.com/FEniCS/dolfinx
⨍
Functions
2,084
◇
Types & classes
247
↳
Endpoints
10
Method
solve
-----------------------------------------------------------------------------
cpp/dolfinx/nls/NewtonSolver.cpp:149
Method
solve
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:62
Method
solve
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:690
Method
solve
cpp/dolfinx/la/superlu_dist.cpp:474
Function
solver
cpp/demo/poisson_matrix_free/main.cpp:136
Method
solver
The PETSc KSP solver.
python/dolfinx/fem/petsc.py:987
Method
solver
The SNES solver.
python/dolfinx/fem/petsc.py:1403
Method
space_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
Function
spmv
cpp/dolfinx/la/matrix_csr_impl.h:226
Function
spmvT
cpp/dolfinx/la/matrix_csr_impl.h:299
Function
square
()
python/test/unit/mesh/test_mesh.py:197
Function
square
()
python/test/unit/mesh/test_face.py:23
Function
squared_distance
cpp/dolfinx/geometry/utils.h:172
Method
src_owner
Ranks owning points sent into ownership determination.
python/dolfinx/geometry.py:49
Method
stack_index_maps
-----------------------------------------------------------------------------
cpp/dolfinx/common/IndexMap.cpp:647
Method
start
Reset elapsed time and (re-)start timer.
cpp/dolfinx/common/Timer.h:66
Method
str
Print out for debugging
cpp/dolfinx/geometry/BoundingBoxTree.h:391
Method
sub
Return the i-th sub space. Args: i: Index of the subspace to extract. Returns: A subspace. Note:
python/dolfinx/fem/function.py:777
Method
sub
@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
Method
sub_topology
The sub-topology.
python/dolfinx/mesh.py:568
Method
symmetric
@brief Indicate whether this function space represents a symmetric 2-tensor.
cpp/dolfinx/fem/FunctionSpace.h:211
Function
tabulate
(A_, w_, c_, coords_, entity_local_index, cell_orientation, custom_data)
python/test/unit/fem/test_custom_jit_kernels.py:33
Function
tabulate_A
Element kernel that applies static condensation.
python/demo/demo_static-condensation.py:197
Function
tabulate_expression
cpp/dolfinx/fem/assemble_expression_impl.h:63
Function
tangent
(x)
python/test/unit/fem/test_dof_permuting.py:372
Function
tangent2
(x)
python/test/unit/fem/test_dof_permuting.py:382
Function
tempdir
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
Function
test_2D_lagrange_to_curl
(order)
python/test/unit/fem/test_interpolation.py:659
Function
test_3d
(tempdir, cell_type, encoding)
python/test/unit/io/test_xdmf_meshtags.py:31
Function
test_AA_hex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:733
Function
test_BDM_N2curl_simplex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:565
Function
test_BDM_N2curl_simplex_highest_order
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:577
Function
test_BDM_quad
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:723
Function
test_DPC_hex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:693
Function
test_DPC_quad
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:683
Function
test_Lagrange_interpolation
Test that interpolation is correct in a function space.
python/test/unit/fem/test_interpolation.py:273
Function
test_N1curl_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:306
Function
test_N2curl_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:316
Function
test_NCE_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:335
Function
test_NC_hex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:713
Function
test_P_simplex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:493
Function
test_P_simplex_built_in
(family, degree, dtype, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:505
Function
test_P_tp
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:589
Function
test_P_tp_built_in_mesh
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:599
Function
test_RTCE_interpolation
(cell_type, order)
python/test/unit/fem/test_interpolation.py:325
Function
test_RTC_quad
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:703
Function
test_RT_N1curl_simplex
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:541
Function
test_S_tp
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:646
Function
test_S_tp_built_in_mesh
(family, degree, cell_type, datadir, cg_solver)
python/test/unit/fem/test_fem_pipeline.py:656
Function
test_UFLCell
(interval, square, rectangle, cube, box)
python/test/unit/mesh/test_mesh.py:241
Function
test_UFLDomain
(interval, square, rectangle, cube, box)
python/test/unit/mesh/test_mesh.py:251
Function
test_add
(dtype)
python/test/unit/la/test_matrix_csr.py:36
Function
test_add_diagonal
Test adding entries to diagonal of sparsity pattern.
python/test/unit/la/test_sparsity_pattern.py:15
Function
test_additivity
(mode)
python/test/unit/fem/test_assemble_domains.py:213
Function
test_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
Function
test_area
Iterate over faces and sum area.
python/test/unit/mesh/test_face.py:29
Function
test_argument_equality
Placed this test here because it's mainly about detecting differing function spaces.
python/test/unit/fem/test_function_space.py:199
Function
test_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
Method
test_assemble_empty_rank_mesh
Assembly on mesh where some ranks are empty.
python/test/unit/fem/test_assembler.py:1330
Function
test_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
Function
test_assemble_functional_ds
(mode, dtype)
python/test/unit/fem/test_assembler.py:83
Function
test_assemble_functional_dx
(mode, dtype)
python/test/unit/fem/test_assembler.py:67
Method
test_assembly_bcs
Test assembly with boundary conditions and lifting.
python/test/unit/fem/test_assembler.py:231
Function
test_assembly_dS_domains
(mode)
python/test/unit/fem/test_assemble_domains.py:203
Function
test_assembly_ds_domains
(mode)
python/test/unit/fem/test_assemble_domains.py:125
Function
test_assembly_dx_domains
(mode, meshtags_factory)
python/test/unit/fem/test_assemble_domains.py:57
Function
test_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
Method
test_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
Method
test_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
Method
test_assembly_solve_taylor_hood
Assemble Stokes problem with Taylor-Hood elements and solve.
python/test/unit/fem/test_assembler.py:776
Method
test_assembly_solve_taylor_hood_nl
Assemble Stokes problem with Taylor-Hood elements and solve.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:415
Function
test_asymmetric_partitioner
()
python/test/unit/mesh/test_mesh_partitioners.py:132
Function
test_bad_entry
(dtype)
python/test/unit/la/test_matrix_csr.py:253
Function
test_bad_shape
(mat_random)
python/test/unit/la/test_matmul.py:120
Function
test_basic_assembly
(mode, dtype)
python/test/unit/fem/test_assembler.py:123
Function
test_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
Method
test_basic_assembly_petsc_matrixcsr
Test basic assembly of PETSc Mat and compare with MatrixCSR assembly.
python/test/unit/fem/test_assembler.py:197
Method
test_basic_interior_facet_assembly
Test basic assembly of interior facet terms.
python/test/unit/fem/test_assembler.py:981
Function
test_basix_element
(V, W, Q, V2)
python/test/unit/fem/test_function_space.py:258
Function
test_basix_element_wrapper
(degree, dtype, cg_solver)
python/test/unit/fem/test_custom_basix_element.py:88
Function
test_bc_index_out_of_range
()
python/test/unit/fem/test_bcs.py:411
Function
test_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
Method
test_block_null_lifting
Test assembly of block vector with a zero block in the form.
python/test/unit/fem/test_assembler.py:1424
Function
test_block_size
()
python/test/unit/fem/test_dofmap.py:159
Function
test_block_size_real
()
python/test/unit/fem/test_dofmap.py:185
Function
test_blocked_dof_ownership
Test that dof ownership is correctly handled for blocked function spaces.
python/test/unit/fem/test_bcs.py:375
Function
test_boundary_facets
Test that the correct number of boundary facets are computed.
python/test/unit/mesh/test_mesh.py:675
Function
test_cell_circumradius
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:364
Function
test_cell_h
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:374
Function
test_cell_h_prism
()
python/test/unit/mesh/test_mesh.py:380
Function
test_cell_inradius
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:356
Function
test_cell_mismatch
Test that cell mismatch raises early enough from UFL.
python/test/unit/fem/test_function_space.py:250
Function
test_cell_radius_ratio
(c0, c1, c5)
python/test/unit/mesh/test_mesh.py:404
Function
test_cffi_assembly
()
python/test/unit/fem/test_custom_jit_kernels.py:154
Function
test_cffi_expression
(dtype, cdtype)
python/test/unit/fem/test_function.py:179
Function
test_clone
(W)
python/test/unit/fem/test_function_space.py:166
Method
test_coefficents_non_constant
Test packing coefficients with non-constant values.
python/test/unit/fem/test_assembler.py:1278
Function
test_coefficient
(dtype)
python/test/unit/fem/test_custom_jit_kernels.py:124
Function
test_collapse
(W, V)
python/test/unit/fem/test_function_space.py:170
Function
test_collision_2nd_order_triangle
(dtype)
python/test/unit/geometry/test_gjk.py:187
← previous
next →
1,501–1,600 of 2,084, ranked by callers