FEAT
3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
component_product_generic-eickt.cpp
1
// FEAT3: Finite Element Analysis Toolbox, Version 3
2
// Copyright (C) 2010 by Stefan Turek & the FEAT group
3
// FEAT3 is released under the GNU General Public License version 3,
4
// see the file 'copyright.txt' in the top level directory for details.
5
6
// includes, FEAT
7
#include <
kernel/base_header.hpp
>
8
#include <kernel/lafem/arch/component_product.hpp>
9
10
using namespace
FEAT
;
11
using namespace
FEAT::LAFEM
;
12
using namespace
FEAT::LAFEM::Arch;
13
14
template
void
ComponentProduct::value_generic(
float
*,
const
float
*
const
,
const
float
*
const
,
const
Index
);
15
template
void
ComponentProduct::value_generic(
double
*,
const
double
*
const
,
const
double
*
const
,
const
Index
);
base_header.hpp
FEAT Kernel base header.
FEAT::LAFEM
LAFEM namespace.
Definition:
apply.hpp:22
FEAT
FEAT namespace.
Definition:
adjactor.hpp:12
FEAT::Index
std::uint64_t Index
Index data type.
Definition:
base_header.hpp:122
kernel
lafem
arch
component_product_generic-eickt.cpp
Generated by
1.9.5