Skip to content

The Data Transfer Kit (DTK) is a software component designed to provide parallel services for mesh searching and data transfer based on the concept of geometric rendezvous.

License

Notifications You must be signed in to change notification settings

wrschwarz88/DataTransferKit

 
 

Repository files navigation

Data Transfer Kit (DTK)

The Data Transfer Kit (DTK) is a software component designed to provide parallel services for mesh and geometry searching and data transfer for arbitrary physics components. In many physics applications, the concept of mesh and geometry is used to subdivide the physical domain into a discrete representation to facilitate the solution of the model problems that describe it. Additionally, the concept of the field is used to apply degrees of freedom to the mesh or geometry as a means of function discretization. With the increased development efforts in multiphysics simulation, adaptive mesh simulations, and other multiple mesh/geometry problems, generating parallel topology maps for transferring fields and other data between meshes is a common operation. DTK is being developed to provide a suite of concrete algorithm implementations for these services.

DOCUMENTATION

User and developer documentation is provided by Doxygen here. A domain model document can be found here for a more formal description.

BUG REPORTING and ISSUE TRACKING

Bug reporting and issue tracking are provided by GitHub. Please report all bugs here by creating a new issue.

DEPENDENCIES

The current Trilinos state is required to build DTK. You can check out this git public repository here

DTK can be configured for both serial and parallel builds. For parallel builds, an MPI implementation is also required. Both OpenMPI and MPICH have been tested.

CONFIGURE, BUILD and TEST

The DataTransferKit uses the TriBITS build system distributed with Trilinos with a required dependency on CMake. Sample CMake configure scripts can be found here for various systems. The CTest harness is used for testing.

EXAMPLES

Several examples are provided for using the DataTransferKit for parallel search and transfer operations. See the example directory.

AUTHORS

The following people have made substantial contributions to the development of DataTransferKit:

About

The Data Transfer Kit (DTK) is a software component designed to provide parallel services for mesh searching and data transfer based on the concept of geometric rendezvous.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published