![]() |
waves
Basic FE playground
|
#include <Kokkos_Core.hpp>
#include "Kokkos_ViewFactory.hpp"
#include "wCacheHex8.h"
#include "wCacheQuad4.h"
#include "wCacheTetra4.h"
#include "wCacheTri3.h"
#include "tMatrix.h"
#include "Domain.h"
#include "Loads.h"
#include "ElementComputation.h"
#include "MaterialsList.h"
#include "Material.h"
#include "wLazy.h"
Go to the source code of this file.
Classes | |
class | ElementVectors< scalar, element_type, element_size > |
Class used to compute the matrix associated to the integration of load on surface \(\boldsymbol{N}\). More... | |