MCPcopy Create free account

hub / github.com/FEniCS/dolfinx / functions

Functions2,084 in github.com/FEniCS/dolfinx

Functiontest_facet_normals
Test that FacetNormal is outward facing.
python/test/unit/fem/test_element_integrals.py:250
Functiontest_facet_skeleton_mesh
(cell_type)
python/test/unit/mesh/test_branching_manifold.py:92
Functiontest_float_method
()
python/test/unit/fem/test_constant.py:64
Functiontest_get_coordinates
Get coordinates of vertices.
python/test/unit/mesh/test_mesh.py:348
Functiontest_ghost_2d
()
python/test/unit/mesh/test_ghost_mesh.py:28
Functiontest_ghost_3d
()
python/test/unit/mesh/test_ghost_mesh.py:40
Functiontest_ghost_connectivities
(mode)
python/test/unit/mesh/test_ghost_mesh.py:59
Functiontest_ghost_facet_1d
()
python/test/unit/mesh/test_ghost_mesh.py:21
Functiontest_ghost_mesh_assembly
(mode, dx, ds)
python/test/unit/fem/test_ghost_mesh_assembly.py:41
Functiontest_ghost_mesh_dS_assembly
(mode, dS)
python/test/unit/fem/test_ghost_mesh_assembly.py:81
Functiontest_gmsh_input_2d
(order, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:789
Functiontest_gmsh_mixed_mesh_2d
(order, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:734
Functiontest_gmsh_mixed_mesh_3d
(order, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:822
Functiontest_gmsh_tetra
(order, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:914
Functiontest_gradient
Test discrete gradient computation for lowest order elements.
python/test/unit/fem/test_discrete_operators.py:35
Functiontest_gradient_interpolation
Test discrete gradient computation with verification using Expression.
python/test/unit/fem/test_discrete_operators.py:288
Methodtest_gradient_interpolation_petsc
Test discrete gradient computation with verification using Expression.
python/test/unit/fem/test_petsc_discrete_operators.py:59
Methodtest_gradient_petsc
Test discrete gradient computation for lowest order elements.
python/test/unit/fem/test_petsc_discrete_operators.py:35
Functiontest_hex_collision_3d
(delta)
python/test/unit/geometry/test_gjk.py:106
Functiontest_hexahedron_mesh
(order, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:298
Functiontest_hexahedron_mesh_vtk
(order, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:596
Functiontest_higher_order_coordinate_map
Computes physical coordinates of a cell, based on the coordinate map.
python/test/unit/fem/test_dofmap.py:323
Functiontest_higher_order_function
Test Function output for higher-order meshes.
python/test/unit/io/test_xdmf_function.py:225
Functiontest_higher_order_tetra_coordinate_map
Compute physical coordinates of a cell from the coordinate map.
python/test/unit/fem/test_dofmap.py:354
Functiontest_hmin_hmax
(_mesh, dtype, hmin, hmax)
python/test/unit/mesh/test_mesh.py:425
Functiontest_identity_partitioner
(tdim, ghost_mode)
python/test/unit/refinement/test_refinement.py:219
Functiontest_inclusion
(V, Q)
python/test/unit/fem/test_function_space.py:132
Functiontest_incorrect_element
Test that an error is raised if an incorrect element is used.
python/test/unit/fem/test_forms.py:70
Functiontest_index_map_ghost_lifetime
Test lifetime management of arrays.
python/test/unit/common/test_index_map.py:83
Functiontest_integral
(cell_type, space_type, space_order)
python/test/unit/fem/test_dof_permuting.py:344
Functiontest_interior_facet_codim_1
Check that assembly on an interior facet with coefficients defined on a co-dim 1 mesh gives the correct result.
python/test/unit/fem/test_assemble_submesh.py:602
Functiontest_interior_interface
This is a test for assembling a form over an interface between two domains that don't overlap. The test function is defined on one domain, and
python/test/unit/fem/test_assemble_submesh.py:669
Functiontest_interpolate_callable
Test interpolation with callables.
python/test/unit/fem/test_interpolation.py:735
Functiontest_interpolate_callable_subset
Test interpolation on subsets with callables.
python/test/unit/fem/test_interpolation.py:754
Functiontest_interpolate_geometry_p1_roundtrip
(dtype)
python/test/unit/fem/test_interpolate_geometry.py:65
Functiontest_interpolate_geometry_p1_to_p2
(dtype)
python/test/unit/fem/test_interpolate_geometry.py:41
Functiontest_interpolate_subset
(order, dim, affine, callable_)
python/test/unit/fem/test_interpolation.py:707
Functiontest_interpolation
Test that a symmetric 3x3 2-tensor is correctly interpolated.
python/test/unit/fem/test_symmetric_tensor.py:31
Functiontest_interpolation
(degree)
python/test/unit/fem/test_quadrature_elements.py:86
Functiontest_interpolation_blocked
(degree)
python/test/unit/fem/test_quadrature_elements.py:107
Functiontest_interpolation_dg_to_n1curl
(tdim, order)
python/test/unit/fem/test_interpolation.py:436
Functiontest_interpolation_function
(mesh)
python/test/unit/fem/test_function.py:219
Functiontest_interpolation_matrix
Test that discrete interpolation matrix yields the same result as interpolation.
python/test/unit/fem/test_discrete_operators.py:330
Methodtest_interpolation_matrix_petsc
Test that discrete interpolation matrix yields the same result as interpolation.
python/test/unit/fem/test_petsc_discrete_operators.py:129
Functiontest_interpolation_mismatch_rank0
(W)
python/test/unit/fem/test_function.py:117
Functiontest_interpolation_mismatch_rank1
(W)
python/test/unit/fem/test_function.py:123
Functiontest_interpolation_n1curl_to_dg
(tdim, order)
python/test/unit/fem/test_interpolation.py:451
Functiontest_interpolation_n2curl_to_bdm
(tdim, order)
python/test/unit/fem/test_interpolation.py:466
Functiontest_interpolation_nedelec
(order1, order2)
python/test/unit/fem/test_interpolation.py:414
Functiontest_interpolation_non_affine
()
python/test/unit/fem/test_interpolation.py:517
Functiontest_interpolation_non_affine_nonmatching_maps
()
python/test/unit/fem/test_interpolation.py:562
Functiontest_interpolation_p2p
(order1, order2)
python/test/unit/fem/test_interpolation.py:483
Functiontest_interpolation_rank0
(V)
python/test/unit/fem/test_function.py:138
Functiontest_interpolation_rank1
(W)
python/test/unit/fem/test_function.py:160
Functiontest_interpolation_vector_elements
(order1, order2)
python/test/unit/fem/test_interpolation.py:500
Functiontest_lambda_assembler
Tests assembly with a lambda function.
python/test/unit/fem/test_assembler.py:1492
Methodtest_lifting_coefficients
Test applying lifting with packed coefficients.
python/test/unit/fem/test_assembler.py:1238
Functiontest_line_line_distance
(delta, dtype)
python/test/unit/geometry/test_gjk.py:47
Functiontest_line_point_distance
(delta, dtype)
python/test/unit/geometry/test_gjk.py:34
Methodtest_linear_pde
Test Newton solver for a linear PDE.
python/test/unit/nls/test_newton.py:122
Functiontest_local_dimension
(mesh_factory)
python/test/unit/fem/test_dofmap.py:201
Functiontest_locate_dofs_geometrical
Test that locate_dofs_geometrical, when passed two function spaces, returns the correct degrees of freedom in each space.
python/test/unit/fem/test_bcs.py:33
Functiontest_locate_entities
(dtype)
python/test/unit/mesh/test_mixed_topology.py:314
Functiontest_manifold_point_search
()
python/test/unit/mesh/test_manifold_point_search.py:15
Functiontest_manifold_spaces
()
python/test/unit/fem/test_function_space.py:292
Functiontest_manual_integration_domains
Test that specifying integration domains manually i.e. by passing a list of cell indices or (cell, local facet) pairs to form gives the same r
python/test/unit/fem/test_assemble_domains.py:245
Functiontest_map_vtk_to_dolfin
(vtk, dolfin, cell_type, dtype)
python/test/unit/mesh/test_higher_order_mesh.py:709
Functiontest_mark_maximum
(theta: float, dtype: np.dtype)
python/test/unit/refinement/test_mark.py:17
Functiontest_mass_matrix_dS
(cell_type, family, order, sign)
python/test/unit/fem/test_symmetry.py:108
Functiontest_mass_matrix_ds
(cell_type, family, order)
python/test/unit/fem/test_symmetry.py:93
Functiontest_mass_matrix_dx
(cell_type, family, order)
python/test/unit/fem/test_symmetry.py:79
Functiontest_matmul
(dtype, mat_random, mat_gather)
python/test/unit/la/test_matmul.py:21
Functiontest_matmul_rect
(dtype, mat_random, mat_gather)
python/test/unit/la/test_matmul.py:53
Functiontest_matmul_zeros
(dtype, mat_random, mat_gather)
python/test/unit/la/test_matmul.py:85
Methodtest_matrix_assembly_block
Test assembly of block matrices and vectors into (a) monolithic blocked structures, PETSc Nest structures, and monolithic structures.
python/test/unit/fem/test_assembler.py:347
Methodtest_matrix_assembly_block_nl
Test assembly of block matrices and vectors. Tests monolithic blocked structures, PETSc Nest structures, and monolithic structures in
python/test/unit/fem/test_petsc_nonlinear_assembler.py:49
Methodtest_matrix_assembly_block_vector
Test assembly of block matrices and vectors into (a) monolithic blocked structures, PETSc Nest structures, and monolithic structures.
python/test/unit/fem/test_assembler.py:490
Methodtest_matrix_assembly_rectangular
Test assembly of block rectangular block matrices.
python/test/unit/fem/test_assembler.py:1391
Functiontest_matvec
(bs, dtype, mat_random, mat_gather)
python/test/unit/la/test_matrix_vector.py:57
Functiontest_matvec_transpose
(bs, dtype, mat_random, mat_gather)
python/test/unit/la/test_matrix_vector.py:87
Functiontest_mesh_create_cmap
(dtype)
python/test/unit/mesh/test_mesh.py:735
Functiontest_mesh_single_process_distribution
(partitioner)
python/test/unit/mesh/test_mesh.py:778
Functiontest_mixed_blocked_constant
Check that mixed space with blocked component cannot have Dirichlet BC based on a vector valued Constant.
python/test/unit/fem/test_bcs.py:330
Functiontest_mixed_cell_pairs
(mixed_topology_mesh)
python/test/unit/mesh/test_mixed_topology.py:379
Functiontest_mixed_constant_bc
Test that setting a dirichletbc with on a component of a mixed function yields the same result as setting it with a function.
python/test/unit/fem/test_bcs.py:287
Functiontest_mixed_dom_codim_0
Test assembling forms where the trial and test functions are defined over different meshes.
python/test/unit/fem/test_assemble_submesh.py:192
Functiontest_mixed_dom_codim_1
Test assembling forms where the trial functions, test functions and coefficients are defined over different meshes of different topological di
python/test/unit/fem/test_assemble_submesh.py:296
Functiontest_mixed_element
(rank, family, cell, degree)
python/test/unit/fem/test_mixed_element.py:24
Functiontest_mixed_element_form
(cell_type, sign, order, dtype)
python/test/unit/fem/test_symmetry.py:130
Functiontest_mixed_element_interpolation
()
python/test/unit/fem/test_function.py:129
Functiontest_mixed_element_vector_element_form
(cell_type, sign, order, dtype)
python/test/unit/fem/test_symmetry.py:159
Functiontest_mixed_interpolation
Test that mixed interpolation raised an exception.
python/test/unit/fem/test_interpolation.py:400
Functiontest_mixed_interpolation_permuting
(cell_type, order)
python/test/unit/fem/test_interpolation.py:855
Functiontest_mixed_measures
Test block assembly of forms where the integration measure in each block may be different.
python/test/unit/fem/test_assemble_submesh.py:533
Functiontest_mixed_quadrature
(dtype, method)
python/test/unit/fem/test_assembler.py:1564
Functiontest_mixed_sub_interpolation
Test interpolation of sub-functions.
python/test/unit/fem/test_interpolation.py:342
Methodtest_mixed_system
Test solving a mixed system using different PETSc matrix layouts.
python/test/unit/fem/test_petsc_solver_wrappers.py:127
Functiontest_mixed_topology_mesh
(dtype)
python/test/unit/mesh/test_mixed_topology.py:32
Functiontest_mixed_topology_mesh_3d
()
python/test/unit/mesh/test_mixed_topology.py:99
Functiontest_mixed_topology_partitioning
()
python/test/unit/mesh/test_mesh_partitioners.py:176
← previousnext →1,701–1,800 of 2,084, ranked by callers