MCPcopy Create free account

hub / github.com/FEniCS/dolfinx / functions

Functions2,084 in github.com/FEniCS/dolfinx

Functiondeclare_function_space
python/dolfinx/wrappers/dolfinx_wrappers/fem.h:89
Functiondeclare_la_functions
python/dolfinx/wrappers/dolfinx_wrappers/la.h:209
Functiondeclare_la_objects
python/dolfinx/wrappers/dolfinx_wrappers/la.h:46
Functiondeclare_mesh
python/dolfinx/wrappers/dolfinx_wrappers/mesh.h:150
Functiondeclare_meshtags
python/dolfinx/wrappers/dolfinx_wrappers/mesh.h:82
Functiondeclare_objects
python/dolfinx/wrappers/dolfinx_wrappers/fem.h:337
Functiondeclare_petsc_discrete_operators
python/dolfinx/wrappers/dolfinx_wrappers/petsc.h:52
Functiondeclare_real_functions
python/dolfinx/wrappers/dolfinx_wrappers/fem.h:1087
Functiondeclare_refinement
python/dolfinx/wrappers/dolfinx_wrappers/refinement.h:34
Functiondeclare_scatter_functions
python/dolfinx/wrappers/dolfinx_wrappers/common.h:20
Functiondeclare_superlu_dist_matrix
python/dolfinx/wrappers/dolfinx_wrappers/la.h:253
Functiondeclare_superlu_dist_solver
python/dolfinx/wrappers/dolfinx_wrappers/la.h:277
Functiondeclare_vtk_real_fn
python/dolfinx/wrappers/dolfinx_wrappers/io.h:78
Functiondeclare_vtk_scalar_fn
python/dolfinx/wrappers/dolfinx_wrappers/io.h:91
Functiondeclare_vtx_writer
python/dolfinx/wrappers/dolfinx_wrappers/io.h:119
Functiondeclare_xdmf_real_fn
python/dolfinx/wrappers/dolfinx_wrappers/io.h:41
Functiondeclare_xdmf_scalar_fn
python/dolfinx/wrappers/dolfinx_wrappers/io.h:63
Functiondecorator
(func)
python/dolfinx/common.py:183
Functiondefine_attribute
cpp/dolfinx/io/ADIOS2Writers.h:103
Functiondefine_variable
cpp/dolfinx/io/ADIOS2Writers.h:116
Methoddegree
Polynomial degree of the coordinate element.
python/dolfinx/fem/element.py:122
Methoddest_cells
Cell indices where each entry of ``dest_points`` is located.
python/dolfinx/geometry.py:64
Methoddest_owner
Ranks that sent ``dest_points`` to current process.
python/dolfinx/geometry.py:54
Methoddest_points
Points owned by current rank.
python/dolfinx/geometry.py:59
Functiondetermine_point_ownership
cpp/dolfinx/geometry/utils.h:682
Methoddim
Return the topological dimension of the mesh.
python/dolfinx/mesh.py:201
Methoddim
Dimension of the Euclidean coordinate system.
python/dolfinx/mesh.py:311
Methoddim
Topological dimension of the tagged entities.
python/dolfinx/mesh.py:476
Methoddim
Topological dimension of the entities.
python/dolfinx/mesh.py:558
Methoddim
Return topological dimension of tagged entities
cpp/dolfinx/mesh/MeshTags.h:107
Methoddim
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/EntityMap.cpp:16
Functiondirname
(request)
python/test/unit/mesh/test_mesh.py:411
Functiondiscrete_curl
Assemble a discrete curl operator. The discrete curl operator interpolates the curl of H(curl) finite element function into a H(div) space.
python/dolfinx/fem/utils.py:102
Functiondiscrete_curl
cpp/dolfinx/fem/discreteoperators.h:86
Functiondiscrete_gradient
Assemble a discrete gradient operator. The discrete gradient operator interpolates the gradient of a H1 finite element function into a H(curl
python/dolfinx/fem/utils.py:118
Functiondiscrete_gradient
cpp/dolfinx/fem/discreteoperators.h:313
Methoddistribute
-----------------------------------------------------------------------------
cpp/dolfinx/graph/partition.cpp:37
Functiondistribute_entity_data
cpp/dolfinx/io/utils.h:60
Methoddof_layout
Layout of dofs on an element.
python/dolfinx/fem/dofmap.py:52
Methoddof_transformation_fn
cpp/dolfinx/fem/FiniteElement.h:433
Methoddof_transformation_right_fn
cpp/dolfinx/fem/FiniteElement.h:537
Methoddofmap
Dofmap for the geometry (deprecated, use ``dofmaps[0]``). Shape is ``(num_cells, dofs_per_cell)``.
python/dolfinx/mesh.py:321
Methoddofmaps
The geometry dofmaps, one per cell type.
python/dolfinx/mesh.py:316
Functionds_from_ufl
(mesh)
python/test/unit/fem/test_ghost_mesh_assembly.py:24
Methoddtype
Scalar type for the coordinate element.
python/dolfinx/fem/element.py:44
Methoddtype
Expression value dtype.
python/dolfinx/fem/function.py:330
Methoddtype
Function value dtype.
python/dolfinx/fem/function.py:567
Methoddtype
Dtype of matrix values.
python/dolfinx/la/superlu_dist.py:56
Functiondx_from_ufl
(mesh)
python/test/unit/fem/test_ghost_mesh_assembly.py:20
Functione2
(x)
python/test/unit/fem/test_function.py:68
Functione3
(x)
python/test/unit/fem/test_function.py:75
Methodelapsed
cpp/dolfinx/common/Timer.h:78
Methodenforce_rules
-----------------------------------------------------------------------------
cpp/dolfinx/refinement/plaza.cpp:186
Methodentities_to_index
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/Topology.cpp:1450
Functionentity_map
Create a bidirectional map between (sub) topologies. The map relates entities of dimension `dim` in `topology` and `sub_topology`. Args:
python/dolfinx/mesh.py:573
Methodeps
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:200
Methoderror
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:35
Methodeval
(self, x)
python/test/unit/fem/test_function.py:143
Functionexact_expr
(x)
python/test/unit/fem/test_expression.py:184
Functionextract_common_mesh
cpp/dolfinx/io/ADIOS2Writers.h:133
Functionextract_function_names
cpp/dolfinx/io/ADIOS2Writers.h:172
Functionextract_kernel
cpp/dolfinx/fem/kernel.h:35
Methodextract_topology
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/utils.cpp:29
Methodextract_vtk_connectivity
-----------------------------------------------------------------------------
cpp/dolfinx/io/vtk_utils.cpp:22
Functionf
(x)
python/test/unit/fem/test_mixed_element.py:114
Functionf
(V)
python/test/unit/fem/test_function_space.py:47
Functionf
(x)
python/test/unit/fem/test_expression.py:188
Functionf
(x)
python/test/unit/fem/test_discrete_operators.py:374
Methodf
(x)
python/test/unit/fem/test_petsc_discrete_operators.py:168
Functionf_expr
(x)
python/test/unit/fem/test_assemble_submesh.py:757
Functionf_expr
Expression for the applied force.
python/demo/demo_navier-stokes.py:236
Functionf_test1
(x)
python/test/unit/fem/test_interpolation.py:980
Functionf_test2
(x)
python/test/unit/fem/test_interpolation.py:1005
Methodflush
-----------------------------------------------------------------------------
cpp/dolfinx/io/XDMFFile.cpp:473
Methodflush
@brief Flush timer duration to the logger. An instance of a timer can be flushed to the logger only once. Subsequent calls will have no effect and wi
cpp/dolfinx/common/Timer.h:119
Methodflush_file
-----------------------------------------------------------------------------
cpp/dolfinx/io/HDF5Interface.cpp:125
Methodfrom_cpp
C++ -> Python
python/dolfinx/wrappers/dolfinx_wrappers/caster_mpi.h:42
Methodfrom_python
python/dolfinx/wrappers/dolfinx_wrappers/caster_mpi.h:23
Functionfront
(x)
python/test/unit/mesh/test_mixed_topology.py:355
Methodfunction_space
FunctionSpace that the Function is defined on.
python/dolfinx/fem/function.py:417
Methodfunctiontype
(dtype)
python/dolfinx/fem/function.py:384
Functiong
(W)
python/test/unit/fem/test_function_space.py:57
Methodg
The boundary condition value(s).
python/dolfinx/fem/bcs.py:124
MethodgetDiagonal
Compute the diagonal of the bilinear form. Note: This is required for Jacobi preconditioning. Args: mat: The
python/demo/demo_matrix-free-petsc.py:225
Functionget_cell_entity_pairs
cpp/dolfinx/fem/utils.h:104
Functionget_cell_facet_pairs
cpp/dolfinx/fem/utils.h:74
Methodget_cell_type
----------------------------------------------------------------------------
cpp/dolfinx/io/xdmf_utils.cpp:25
Methodget_coefficient_names
-----------------------------------------------------------------------------
cpp/dolfinx/fem/utils.cpp:139
Methodget_constant_names
-----------------------------------------------------------------------------
cpp/dolfinx/fem/utils.cpp:146
Methodget_data_array_names
(data)
python/test/unit/io/test_adios2.py:288
Functionget_dataset
cpp/dolfinx/io/xdmf_utils.h:146
Methodget_dataset_shape
-----------------------------------------------------------------------------
cpp/dolfinx/io/xdmf_utils.cpp:116
Methodget_dataset_shape
-----------------------------------------------------------------------------
cpp/dolfinx/io/HDF5Interface.cpp:288
Methodget_eigenpair
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:140
Methodget_eigenvalue
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:113
Methodget_entity_vertices
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/cell_types.cpp:64
Methodget_filename
-----------------------------------------------------------------------------
cpp/dolfinx/io/HDF5Interface.cpp:131
Methodget_hdf5_filename
-----------------------------------------------------------------------------
cpp/dolfinx/io/xdmf_utils.cpp:102
Methodget_hdf5_paths
----------------------------------------------------------------------------
cpp/dolfinx/io/xdmf_utils.cpp:63
Functionget_include
(user=False)
python/dolfinx/__init__.py:63
← previousnext →1,201–1,300 of 2,084, ranked by callers