|
DOLFINx 0.11.0.0
DOLFINx C++ interface
|
| Nbasix | |
| CFiniteElement | |
| Ndolfinx | Top-level namespace |
| Ncommon | Miscellaneous classes, functions and types |
| CIndexMap | |
| CScatterer | A Scatterer supports the scattering and gathering of distributed data that is associated with a common::IndexMap, using MPI |
| CTimeLogger | Time logger maintaining data collected by Timer, if registered |
| CTimer | Timer for measuring and logging elapsed time durations |
| NMPI | MPI support functionality |
| CComm | A duplicate MPI communicator and manage lifetime of the communicator |
| Cdependent_false | |
| Cmpi_type_mapping | MPI Type |
| Nfem | Finite element method functionality |
| CDirichletBC | |
| CExpression | An Expression represents a mathematical expression evaluated at a pre-defined points on a reference cell |
| CForm | A representation of finite element variational forms |
| CFunctionSpace | This class represents a finite element function space defined by a mesh, a finite element, and a local-to-global map of the degrees-of-freedom |
| CConstant | Constant (in space) value which can be attached to a Form |
| CCoordinateElement | |
| CDofMap | Degree-of-freedom map |
| CElementDofLayout | |
| CFunction | |
| CBasixElementData | Basix element holder |
| CFiniteElement | Model of a finite element |
| Cintegral_data | Represents integral data, containing the kernel, and a list of entities to integrate over and the indicies of the coefficient functions (relative to the Form) active for this integral |
| Nmesh | Mesh data structures and algorithms on meshes |
| CGeometry | Geometry stores the geometry imposed on a mesh |
| CMesh | A Mesh consists of a set of connected and numbered mesh topological entities, and geometry data |
| CMeshTags | MeshTags associate values with mesh topology entities |
| CEntityMap | A bidirectional map relating entities in one topology to another |
| CTopology | Topology stores the topology of a mesh, consisting of mesh entities and connectivity (incidence relations for the mesh entities) |
| Ngeometry | Geometry data structures and algorithms |
| CBoundingBoxTree | |
| CPointOwnershipData | Information on the ownership of points distributed across processes |
| Ngraph | Graph data structures and algorithms |
| CAdjacencyList | This class provides a static adjacency list data structure |
| Nio | Support for file IO |
| CADIOS2Writer | Base class for ADIOS2-based writers |
| CVTKFile | Output of meshes and functions in VTK/ParaView format |
| CXDMFFile | Read and write mesh::Mesh, fem::Function and other objects in XDMF |
| Nla | Linear algebra interface |
| Nimpl | |
| Cmap | |
| Cmap< double > | Map double type to float 'typed' structs |
| Cmap< float > | Map float type to float 'typed' structs |
| Cmap< std::complex< double > > | Map std::complex type to doublecomplex 'typed' structs |
| Npetsc | PETSc linear algebra functions |
| CVector | |
| COperator | |
| CMatrix | |
| CKrylovSolver | |
| CMatrixCSR | Distributed sparse matrix using compressed sparse row storage |
| CSLEPcEigenSolver | This class provides an eigenvalue solver for PETSc matrices. It is a wrapper for the SLEPc eigenvalue solver |
| CSparsityPattern | |
| CSuperLUDistStructs | Forward declare structs to avoid exposing SuperLU_DIST headers |
| CSuperMatrix | |
| Cvec_int_t | Struct holding vector of type int_t |
| Cgridinfo_t | |
| Csuperlu_dist_options_t | |
| CdScalePermstruct_t | |
| CsScalePermstruct_t | |
| CzScalePermstruct_t | |
| CdLUstruct_t | |
| CsLUstruct_t | |
| CzLUstruct_t | |
| CdSOLVEstruct_t | |
| CsSOLVEstruct_t | |
| CzSOLVEstruct_t | |
| CSuperMatrixDeleter | |
| CSuperLUDistMatrix | SuperLU_DIST matrix interface |
| CGridInfoDeleter | |
| CScalePermStructDeleter | |
| CLUStructDeleter | |
| CSolveStructDeleter | |
| CSuperLUDistSolver | SuperLU_DIST linear solver interface |
| CVector | A vector that can be distributed across processes |
| Nnls | Nonlinear solvers |
| Npetsc | |
| CNewtonSolver | A Newton solver for nonlinear systems of equations of the form \(F(x) = 0\) |
| Nrefinement | Mesh refinement algorithms |
| CIdentityPartitionerPlaceholder | Placeholder for the creation of an identity partitioner in refine |
| CTable | This class provides storage and pretty-printing for tables |
| CHyperElasticProblem | Hyperelastic problem class |