MCPcopy Create free account

hub / github.com/FEniCS/dolfinx / functions

Functions2,084 in github.com/FEniCS/dolfinx

Methodblocked_solve
Blocked (monolithic) solver.
python/test/unit/fem/test_assembler.py:874
Methodblocked_solve
Blocked version. Illustrates how to use high-level class and then drop down to SNES for options and solve.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:267
Functionbottom
(x)
python/test/unit/fem/test_assemble_domains.py:130
Functionbottom
(x)
python/test/unit/mesh/test_meshtags.py:69
Methodboundary0
Define boundary x = 0.
python/test/unit/fem/test_assembler.py:789
Methodboundary0
Define boundary x = 0.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:424
Methodboundary1
Define boundary x = 1.
python/test/unit/fem/test_assembler.py:793
Methodboundary1
Define boundary x = 1.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:428
Functionboundary_0
(x)
python/test/unit/mesh/test_mesh.py:533
Functionboundary_1
(x)
python/test/unit/mesh/test_mesh.py:539
Functionboundary_2
(x)
python/test/unit/mesh/test_mesh.py:543
Functionbox
()
python/test/unit/mesh/test_mesh.py:219
Methodbuild_dofmap_data
-----------------------------------------------------------------------------
cpp/dolfinx/fem/dofmapbuilder.cpp:642
Functionbuild_hex
cpp/dolfinx/mesh/generation.h:429
Methodbuild_local_dual_graph
namespace -----------------------------------------------------------------------------
cpp/dolfinx/mesh/graphbuild.cpp:528
Functionbuild_prism
cpp/dolfinx/mesh/generation.h:474
Functionbuild_quad
cpp/dolfinx/mesh/generation.h:696
Functionbuild_sparsity_pattern
Build a sparsity pattern from a bilinear form. Args: pattern: The sparsity pattern to add to a: Bilinear form to build a sparsity
python/dolfinx/fem/utils.py:54
Functionbuild_tet
cpp/dolfinx/mesh/generation.h:380
Functionbuild_tri
cpp/dolfinx/mesh/generation.h:522
Functionc0
Original tetrahedron from create_unit_cube(MPI.COMM_WORLD, 1, 1, 1).
python/test/unit/mesh/test_mesh.py:174
Functionc1
(mesh3d)
python/test/unit/mesh/test_mesh.py:180
Functionc5
(mesh3d)
python/test/unit/mesh/test_mesh.py:186
Methodcell_degree
-----------------------------------------------------------------------------
cpp/dolfinx/io/cells.cpp:609
Methodcell_entity_closure
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/cell_types.cpp:103
Methodcell_type_from_basix_type
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/cell_types.cpp:188
Methodcell_type_to_basix_type
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/cell_types.cpp:163
Methodcheck_error
-----------------------------------------------------------------------------
cpp/dolfinx/common/MPI.cpp:80
Methodclose
-----------------------------------------------------------------------------
cpp/dolfinx/io/ADIOS2Writers.cpp:32
Methodclose_file
-----------------------------------------------------------------------------
cpp/dolfinx/io/HDF5Interface.cpp:119
Methodcmap
The coordinate map (deprecated, use ``cmaps[0]``).
python/dolfinx/mesh.py:301
Methodcode
C code strings.
python/dolfinx/fem/forms.py:83
Methodcode
C code strings.
python/dolfinx/fem/function.py:325
Functioncoeff_expr
(x)
python/test/unit/fem/test_assemble_submesh.py:219
Methodcoefficient_offsets
@brief Offset for each coefficient expansion array on a cell. Used to pack data for multiple coefficients into a flat array. The last entry is the si
cpp/dolfinx/fem/Expression.h:133
Methodcollapse
Create a new function space by collapsing a subspace. Returns: A new function space and the map from new to old degre
python/dolfinx/fem/function.py:844
Methodcollapse
@brief Collapse a subfunction (view into a Function) to a stand-alone Function. @return New collapsed Function.
cpp/dolfinx/fem/Function.h:119
Methodcollapse
Collapse a subspace and return a new function space and a map from new to old dofs @return The new function space and a map from new to old dofs
cpp/dolfinx/fem/FunctionSpace.h:178
Methodcolumn_indices
-----------------------------------------------------------------------------
cpp/dolfinx/la/SparsityPattern.cpp:217
Methodcomm
Return the MPI communicator associated with the topology.
python/dolfinx/mesh.py:169
Functioncomm_graph_data
Build communication graph data for use with `NetworkX <https://networkx.org/>`_. Args: graph: Communication graph to build data from. Nor
python/dolfinx/graph.py:185
Functioncompile_form
Compile UFL form without associated DOLFINx data. Args: comm: The MPI communicator used when compiling the form form: The UFL for
python/dolfinx/fem/forms.py:552
Functioncompute_bbox_of_bboxes
cpp/dolfinx/geometry/BoundingBoxTree.h:64
Functioncompute_closest_entity
cpp/dolfinx/geometry/utils.h:568
Functioncompute_colliding_cells
cpp/dolfinx/geometry/utils.h:629
Methodcompute_connectivity
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/topologycomputation.cpp:926
Methodcompute_destination_ranks
cpp/dolfinx/graph/partitioners.cpp:39
Functioncompute_distance_gjk
cpp/dolfinx/geometry/gjk.h:368
Functioncompute_distances_gjk
cpp/dolfinx/geometry/gjk.h:518
Functioncompute_edge_reflections
cpp/dolfinx/mesh/permutationcomputation.cpp:216
Methodcompute_entity_permutations
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/permutationcomputation.cpp:287
Functioncompute_face_permutations
cpp/dolfinx/mesh/permutationcomputation.cpp:266
Methodcompute_ghost_indices
-----------------------------------------------------------------------------
cpp/dolfinx/graph/partition.cpp:394
Methodcompute_graph_edges_nbx
-----------------------------------------------------------------------------
cpp/dolfinx/common/MPI.cpp:161
Methodcompute_graph_edges_pcx
-----------------------------------------------------------------------------
cpp/dolfinx/common/MPI.cpp:94
Methodcompute_local_to_global
-----------------------------------------------------------------------------
cpp/dolfinx/graph/partition.cpp:541
Methodcompute_local_to_local
-----------------------------------------------------------------------------
cpp/dolfinx/graph/partition.cpp:564
Methodcompute_mixed_cell_pairs
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/Topology.cpp:1507
Methodcompute_owned_indices
-----------------------------------------------------------------------------
cpp/dolfinx/common/IndexMap.cpp:537
Functioncompute_parent_facets
cpp/dolfinx/refinement/plaza.h:37
Functioncompute_quad_rot_reflect
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/permutationcomputation.cpp:63
Functioncompute_refinement_data
cpp/dolfinx/refinement/interval.h:36
Functioncompute_squared_distance_bbox
cpp/dolfinx/geometry/utils.h:135
Functioncompute_triangle_quad_face_permutations
cpp/dolfinx/mesh/permutationcomputation.cpp:122
Functioncompute_triangle_rot_reflect
cpp/dolfinx/mesh/permutationcomputation.cpp:26
Functionconstexpr
cpp/dolfinx/fem/kernel.h:42
Functionconstexpr
cpp/dolfinx/fem/utils.h:979
Functioncreate_3_vertex_interval_mesh
cpp/test/mesh/refinement/interval.cpp:47
Functioncreate_cell_meshtags_from_entities
(mesh: Mesh, dim: int, cells: np.ndarray, values: np.ndarray)
python/test/unit/fem/test_assemble_domains.py:33
Methodcreate_dofmaps
-----------------------------------------------------------------------------
cpp/dolfinx/fem/utils.cpp:78
Functioncreate_expression
cpp/dolfinx/fem/utils.h:953
Functioncreate_form
Create a Form object from a data-independent compiled form. Args: form: Compiled ufl form, V: List of function spaces associated
python/dolfinx/fem/forms.py:607
Functioncreate_form
cpp/dolfinx/fem/utils.h:842
Functioncreate_geom
cpp/dolfinx/mesh/generation.h:333
Functioncreate_interval
cpp/dolfinx/mesh/generation.h:258
Functioncreate_interval_cells
cpp/dolfinx/mesh/generation.h:309
Functioncreate_matrix_block
cpp/dolfinx/fem/petsc.h:65
Functioncreate_matrix_nest
cpp/dolfinx/fem/petsc.h:194
Functioncreate_midpoint_tree
cpp/dolfinx/geometry/utils.h:427
Methodcreate_nullspace
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:362
Functioncreate_operator
cpp/test/matrix.cpp:31
Functioncreate_sparsity_pattern
Create a sparsity pattern from a bilinear form. Args: a: Bilinear form to build a sparsity pattern for. Returns: Sparsity pa
python/dolfinx/fem/utils.py:38
Methodcreate_subtopology
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/Topology.cpp:1368
Functioncreate_supermatrix
cpp/dolfinx/la/superlu_dist.cpp:74
Methodcreate_topology
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/Topology.cpp:1051
Methodcreate_vector_wrap
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:104
Methodcreate_vectors
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:53
Methodcreate_vtk_schema
-----------------------------------------------------------------------------
cpp/dolfinx/io/ADIOS2Writers.cpp:41
Functioncube
()
python/test/unit/mesh/test_mesh.py:214
Functioncube
()
python/test/unit/mesh/test_face.py:18
FunctiondS_from_ufl
(mesh)
python/test/unit/fem/test_ghost_mesh_assembly.py:28
Functiondatadir
Return the directory of the shared test data. Assumes run from within repository filetree.
python/test/conftest.py:44
Functiondeclare_adjacency_list
python/dolfinx/wrappers/dolfinx_wrappers/graph.h:113
Functiondeclare_adjacency_list_init
python/dolfinx/wrappers/dolfinx_wrappers/graph.h:36
Functiondeclare_assembly_functions
python/dolfinx/wrappers/dolfinx_wrappers/assemble.h:176
Functiondeclare_bbtree
python/dolfinx/wrappers/dolfinx_wrappers/geometry.h:36
Functiondeclare_coordinate_element
python/dolfinx/wrappers/dolfinx_wrappers/fem.h:971
Functiondeclare_data_types
python/dolfinx/wrappers/dolfinx_wrappers/io.h:166
Functiondeclare_discrete_operators
python/dolfinx/wrappers/dolfinx_wrappers/assemble.h:84
Functiondeclare_form
python/dolfinx/wrappers/dolfinx_wrappers/fem.h:746
← previousnext →1,101–1,200 of 2,084, ranked by callers