Loading...
Searching...
No Matches
- Class CoordinateElement< T >
- A dof layout on a reference cell needs to be defined.
- Member dolfinx::geometry::determine_point_ownership (const mesh::Mesh< T > &mesh, std::span< const T > points, T padding, std::optional< std::span< const std::int32_t > > cells)
- This docstring is unclear. Needs fixing.
- Namespace dolfinx::graph::build
- Add a function that sends data to the 'owner'
- Member dolfinx::graph::compute_destination_ranks (MPI_Comm comm, const graph::AdjacencyList< std::int64_t > &graph, const std::vector< T > &node_disp, const std::vector< T > &part)
- Is it un-documented that the owning rank must come first in reach list of edges?
- Member dolfinx::la::petsc::create_index_sets (const std::vector< std::pair< std::reference_wrapper< const common::IndexMap >, int > > &maps)
- This function could take just the local sizes.
- Member dolfinx::mesh::compute_mixed_cell_pairs (const Topology &topology, mesh::CellType facet_type)
- Remove redundant data.
- Member dolfinx::refinement::adjust_indices (const common::IndexMap &map, std::int32_t n)
- Improve docstring.
- Member FunctionSpace< T >::tabulate_dof_coordinates (bool transpose) const
- Remove - see function in interpolate.h
- Member IndexMap::index_to_dest_ranks (int tag=static_cast< int >(dolfinx::MPI::tag::consensus_nbx)) const
- Aim to remove this function?
- Member MatrixCSR< Scalar, Container, ColContainer, RowPtrContainer >::MatrixCSR (MatrixCSR &&A)=default
- Check handling of MPI_Request
- Member MatrixCSR< Scalar, Container, ColContainer, RowPtrContainer >::MatrixCSR (const MatrixCSR &A)=default
- Check handling of MPI_Request
- Member NewtonSolver::convergence_criterion
- change to string to enum.
- Class Topology
- Rework memory management and associated API. Currently, the caching policy is not clear.