:orphan:
# DMSwarmRegisterUserDatatypeField
Register a user defined data type to a `DMSWARM` 
## Synopsis
```
#include "petscdmswarm.h"   
PetscErrorCode DMSwarmRegisterUserDatatypeField(DM dm, const char fieldname[], size_t size, PetscInt blocksize)
```
Collective


## Input parameters

- ***dm -*** a `DMSWARM`
- ***fieldname -*** the textual name to identify this field
- ***size -*** the size in bytes of the user data type
- ***blocksize -*** the number of each data type





## Note
The textual name for each registered field must be unique.


## See Also
 `DM`, `DMSWARM`, `DMSwarmRegisterPetscDatatypeField()`, `DMSwarmRegisterUserStructField()`, `DMSwarmRegisterUserDatatypeField()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/swarm/swarm.c.html#DMSwarmRegisterUserDatatypeField">src/dm/impls/swarm/swarm.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/swarm/swarm.c)


[Index of all DMSwarm routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
