specfem::chunk_element¶
-
namespace chunk_element¶
Contains chunk-based field accessors and utilities for spectral element computations.
Chunk-based field accessors for vectorized spectral element operations.
The specfem::chunk_element namespace provides specialized classes and functions for high-performance, chunk-oriented processing of spectral element fields such as acceleration, velocity, and displacement. These accessors are optimized for vectorized operations and efficient memory access patterns, enabling scalable simulations in both 2D and 3D domains.
Provides high-performance, vectorized data structures for processing spectral element fields (displacement, velocity, acceleration) and indices in chunks. Optimized for SIMD operations, cache efficiency, and parallel execution on modern architectures.