minor - update copyright to 2026
minor - upate copyright to 2025
qf - prefer ceed/types.h over ceed.h in qf source
Drop JiT Guards in Most QF Source (#1540)* backend - use pragma once * gallery - drop source header guards * ex - drop some qfunction source header guards * fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)* backend - use pragma once * gallery - drop source header guards * ex - drop some qfunction source header guards * fluids - drop guards on all singly included headers * jit - drop most guards on backend JiT files * sycl - drop extra header guards * jit - enable #pragma once for QF source * fluids - use #pragma once for util/helper qf source * test - check different multiple includes * fluids - fix odd include * jit - update interface for building JiT string from multiple files
show more ...
minor - update copyright headers
Make file comments and PetscFunctionBegin/Return spacing consistent (#1413)
Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)* Update petsc-dmswarm example to use CeedOperatorAtPoints * Change mass operator to use geometric data * Clean up DMSwarmCeedC
Update petsc-dmswarm example to use CeedOperatorAtPoints (#1411)* Update petsc-dmswarm example to use CeedOperatorAtPoints * Change mass operator to use geometric data * Clean up DMSwarmCeedContext * Refactor core swarm functions * Comment indentation cleanup