MCPcopy Create free account

hub / github.com/FEniCS/dolfinx / functions

Functions2,084 in github.com/FEniCS/dolfinx

Methodget_iteration_number
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:192
Methodget_local_vectors
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:151
Methodget_mpi_atomicity
-----------------------------------------------------------------------------
cpp/dolfinx/io/HDF5Interface.cpp:327
Methodget_num_cells
----------------------------------------------------------------------------
cpp/dolfinx/io/xdmf_utils.cpp:140
Methodget_number_converged
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:158
Methodget_options_prefix
-----------------------------------------------------------------------------
cpp/dolfinx/la/slepc.cpp:174
Methodget_options_prefix
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:479
Methodget_pack
@brief Return a 'pack' function for packing a send buffer. Typically used for forward and reverse scatter operations on a CPU.
cpp/dolfinx/la/Vector.h:61
Methodget_simplices
-----------------------------------------------------------------------------
cpp/dolfinx/refinement/plaza.cpp:251
Methodget_sub_entities
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/cell_types.cpp:71
Methodget_unpack
@brief Return an 'unpack' function for unpacking a receive buffer. Assigns received values to entries. Typically used to unpack into ghost entries on
cpp/dolfinx/la/Vector.h:77
Methodget_unpack_op
cpp/dolfinx/la/Vector.h:99
Methodgraph
-----------------------------------------------------------------------------
cpp/dolfinx/la/SparsityPattern.cpp:422
Methodhas_dataset
-----------------------------------------------------------------------------
cpp/dolfinx/io/HDF5Interface.cpp:146
Methodhash
Hash identifier of the coordinate element.
python/dolfinx/fem/element.py:57
Functionhash_global
cpp/dolfinx/common/utils.h:88
Functionhdf5_type
cpp/dolfinx/io/HDF5Interface.h:25
Methodindex_map
Index map for the geometry points (nodes) distribution.
python/dolfinx/mesh.py:333
Methodindex_map
@brief Index map for the geometry 'degrees-of-freedom'. @return Index map for the geometry dofs.
cpp/dolfinx/mesh/Geometry.h:143
Methodindex_map
-----------------------------------------------------------------------------
cpp/dolfinx/la/SparsityPattern.cpp:211
Methodindices
Indices of tagged mesh entities.
python/dolfinx/mesh.py:481
Methodindptr
Local row pointers.
python/dolfinx/la/__init__.py:258
Methodinitial_guess_p
(x)
python/test/unit/fem/test_petsc_nonlinear_assembler.py:76
Methodinitial_guess_u
(x)
python/test/unit/fem/test_petsc_nonlinear_assembler.py:73
Functioninsert_blocked_csr
cpp/dolfinx/la/matrix_csr_impl.h:114
Functioninsert_csr
cpp/dolfinx/la/matrix_csr_impl.h:49
Methodintegral_data
cpp/dolfinx/fem/Form.h:67
Methodintegral_types
Integral types in the form.
python/dolfinx/fem/forms.py:113
Methodinterior_facets
-----------------------------------------------------------------------------
cpp/dolfinx/fem/sparsitybuild.cpp:16
Functioninterior_marker
(x)
python/test/unit/fem/test_assemble_submesh.py:152
Functioninterpolate_geometry
cpp/dolfinx/fem/utils.h:1073
Functioninterpolate_nedelec
cpp/demo/interpolation-io/main.cpp:89
Functioninterpolate_scalar
cpp/demo/interpolation-io/main.cpp:38
Methodinterpolation_ident
Check if interpolation into space is the identity. True if interpolation into the finite element space is an identity operation given
python/dolfinx/fem/element.py:242
Functioninterpolation_matrix
Create interpolation matrix between spaces on the same mesh. Args: space0: space to interpolate from. space1: space to interpolat
python/dolfinx/fem/utils.py:136
Functioninterpolation_matrix
cpp/dolfinx/fem/discreteoperators.h:410
Functioninterval
()
python/test/unit/mesh/test_mesh.py:192
Functionis_orthonormal
cpp/dolfinx/la/Vector.h:563
Methodis_simplex
-----------------------------------------------------------------------------
cpp/dolfinx/mesh/cell_types.cpp:96
Methodis_view
-----------------------------------------------------------------------------
cpp/dolfinx/fem/ElementDofLayout.cpp:125
Methodkrylov_iterations
-----------------------------------------------------------------------------
cpp/dolfinx/nls/NewtonSolver.cpp:278
Functionleft
(x)
python/test/unit/fem/test_assemble_submesh.py:394
Functionleft
(x)
python/test/unit/fem/test_assemble_domains.py:136
Functionleft_corner_edge
(x, tol=1e-7)
python/test/unit/refinement/test_refinement.py:79
Functionleft_locator
(x)
python/test/unit/fem/test_interpolation.py:1050
Functionleft_side
(x)
python/test/unit/mesh/test_face.py:47
Functionleft_side
(x, tol=1e-16)
python/test/unit/refinement/test_refinement.py:99
Functionlid
Mark lid boundary where y = 1.
python/demo/demo_stokes.py:145
Functionlid_velocity_expression
Expression for lid velocity.
python/demo/demo_stokes.py:151
Functionlift_bc_impl
cpp/dolfinx/fem/assemble_vector_impl.h:375
Methodlist
Adjacency list with dof indices for each cell.
python/dolfinx/fem/dofmap.py:67
Methodlist_timings
-----------------------------------------------------------------------------
cpp/dolfinx/common/TimeLogger.cpp:41
Methodlocal_size
-----------------------------------------------------------------------------
cpp/dolfinx/la/petsc.cpp:444
Methodlocal_to_global
-----------------------------------------------------------------------------
cpp/dolfinx/refinement/utils.cpp:28
Functionlocal_transpose
cpp/dolfinx/la/mattrans.h:42
Functionlocate_bottom_facets
(x)
python/test/unit/fem/test_interpolation.py:939
Functionlocator_A
(x)
python/test/unit/geometry/test_bounding_box_tree.py:191
Functionlocator_B
(x)
python/test/unit/geometry/test_bounding_box_tree.py:206
Functionmain
cpp/test/main.cpp:6
Functionmain
cpp/demo/biharmonic/main.cpp:154
Functionmain
cpp/demo/poisson/main.cpp:107
Functionmain
cpp/demo/interpolation_different_meshes/main.cpp:19
Functionmain
cpp/demo/codim_0_assembly/main.cpp:28
Functionmain
Main program
cpp/demo/poisson_matrix_free/main.cpp:245
Functionmain
cpp/demo/mixed_poisson/main.cpp:117
Functionmain
@brief This program shows how to interpolate functions into different types of finite element spaces and output the result to file for visualisation.
cpp/demo/interpolation-io/main.cpp:195
Functionmain
cpp/demo/custom_kernel/main.cpp:275
Functionmain
cpp/demo/hyperelasticity/main.cpp:209
Functionmark_left_cells
(x)
python/test/unit/fem/test_expression.py:555
Functionmarked_ridges
(x)
python/test/unit/fem/test_assembler.py:2023
Functionmarker1
(x)
python/test/unit/mesh/test_mesh.py:820
Functionmarker2
(x)
python/test/unit/mesh/test_mesh.py:823
Functionmat_insert
(rows, cols, vals)
python/test/unit/fem/test_assembler.py:1507
Functionmesh
()
python/test/unit/fem/test_function.py:25
Functionmesh
()
python/test/unit/fem/test_dofmap.py:32
Functionmesh
()
python/test/unit/fem/test_function_space.py:22
Functionmesh
()
python/test/unit/fem/test_assemble_domains.py:29
Functionmesh
()
python/test/unit/mesh/test_mesh.py:231
Methodmesh
Mesh on which the function space is defined.
python/dolfinx/fem/function.py:840
Methodmesh
The mesh
cpp/dolfinx/fem/FunctionSpace.h:361
Functionmesh3d
Create 3D mesh with regular tetrahedron and degenerate cells.
python/test/unit/mesh/test_mesh.py:153
Functionmesh_1d
Create 1D mesh with degenerate cell.
python/test/unit/mesh/test_mesh.py:126
Functionmesh_2d
Create 2D mesh with one equilateral triangle.
python/test/unit/mesh/test_mesh.py:135
Functionmesh_3d
Create 3D mesh with regular tetrahedron and degenerate cells.
python/test/unit/mesh/test_mesh.py:163
Functionmesh_factory
(tdim, n)
python/test/unit/io/test_xdmf_function.py:30
Functionmixed_topology_mesh
()
python/test/unit/conftest.py:20
Functionmodified_grad
(x)
python/test/unit/fem/test_interpolation.py:1107
Methodmodule
The CFFI module.
python/dolfinx/fem/forms.py:88
Methodmonitor
(ksp, its, rnorm)
python/test/unit/fem/test_assembler.py:649
Methodmonolithic
Monolithic version.
python/test/unit/fem/test_assembler.py:444
Methodmonolithic
Monolithic version.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:164
Methodmonolithic_solve
Monolithic (interleaved) solver.
python/test/unit/fem/test_assembler.py:902
Methodmonolithic_solve
Monolithic version. Uses high level NonlinearProblem class only.
python/test/unit/fem/test_petsc_nonlinear_assembler.py:344
Functionmpi_jit
(comm, *args, **kwargs)
python/dolfinx/jit.py:58
Functionmpi_jit_decorator
A decorator for jit compilation. Use this function as a decorator to any jit compiler function. In a parallel run, this function will first c
python/dolfinx/jit.py:47
Functionmpiexec
Name of program to run MPI, e.g. mpiexec.
python/demo/conftest.py:16
Methodmult
Compute Y = A * X, where A is the bilinear form. Note: This method never assembles the full matrix A. Args:
python/demo/demo_matrix-free-petsc.py:155
Methodname
Name of the mesh tags object.
python/dolfinx/mesh.py:491
Methodname
Name of the Function.
python/dolfinx/fem/function.py:572
Functionnearest_simplex
cpp/dolfinx/geometry/gjk.h:76
← previousnext →1,301–1,400 of 2,084, ranked by callers