CArl
Code Arlequin / C++ implementation
|
#include "carl_headers.h"
Go to the source code of this file.
Functions | |
void | Mass (libMesh::DenseMatrix< libMesh::Number > &Mass, unsigned int qp, const std::vector< std::vector< libMesh::Real > > &phi, const unsigned int n_dofs, const std::vector< libMesh::Real > &JxW, const libMesh::Number cte=1) |
libMesh::Real | eval_strain_coeff (unsigned int i, unsigned int j, unsigned int k, unsigned int l) |
void | L2_Coupling (libMesh::DenseMatrix< libMesh::Number > &Coupl, unsigned int qp, const std::vector< std::vector< libMesh::Real > > &phi_sysA, const std::vector< std::vector< libMesh::Real > > &phi_sysB, const unsigned int n_dofs_sysA, const unsigned int n_dofs_sysB, const std::vector< libMesh::Real > &JxW, const libMesh::Number cte) |
void | L2_Coupling (libMesh::DenseSubMatrix< libMesh::Number > &Coupl, unsigned int qp, const std::vector< std::vector< libMesh::Real > > &phi_sysA, const std::vector< std::vector< libMesh::Real > > &phi_sysB, const unsigned int n_dofs_sysA, const unsigned int n_dofs_sysB, const std::vector< libMesh::Real > &JxW, const libMesh::Number cte) |
void | H1_Coupling_Extra_Term (libMesh::DenseSubMatrix< libMesh::Number > &Coupl, unsigned int qp, unsigned int C_i, unsigned int C_k, unsigned int n_components_A, unsigned int n_components_B, const std::vector< std::vector< libMesh::RealGradient > > &dphi_sysA, const std::vector< std::vector< libMesh::RealGradient > > &dphi_sysB, const unsigned int n_dofs_sysA, const unsigned int n_dofs_sysB, const std::vector< libMesh::Real > &JxW, const libMesh::Number cte) |
libMesh::Real eval_strain_coeff | ( | unsigned int | i, |
unsigned int | j, | ||
unsigned int | k, | ||
unsigned int | l | ||
) |
void H1_Coupling_Extra_Term | ( | libMesh::DenseSubMatrix< libMesh::Number > & | Coupl, |
unsigned int | qp, | ||
unsigned int | C_i, | ||
unsigned int | C_k, | ||
unsigned int | n_components_A, | ||
unsigned int | n_components_B, | ||
const std::vector< std::vector< libMesh::RealGradient > > & | dphi_sysA, | ||
const std::vector< std::vector< libMesh::RealGradient > > & | dphi_sysB, | ||
const unsigned int | n_dofs_sysA, | ||
const unsigned int | n_dofs_sysB, | ||
const std::vector< libMesh::Real > & | JxW, | ||
const libMesh::Number | cte | ||
) |
Definition at line 63 of file weak_formulations.cpp.
void L2_Coupling | ( | libMesh::DenseMatrix< libMesh::Number > & | Coupl, |
unsigned int | qp, | ||
const std::vector< std::vector< libMesh::Real > > & | phi_sysA, | ||
const std::vector< std::vector< libMesh::Real > > & | phi_sysB, | ||
const unsigned int | n_dofs_sysA, | ||
const unsigned int | n_dofs_sysB, | ||
const std::vector< libMesh::Real > & | JxW, | ||
const libMesh::Number | cte | ||
) |
Definition at line 25 of file weak_formulations.cpp.
void L2_Coupling | ( | libMesh::DenseSubMatrix< libMesh::Number > & | Coupl, |
unsigned int | qp, | ||
const std::vector< std::vector< libMesh::Real > > & | phi_sysA, | ||
const std::vector< std::vector< libMesh::Real > > & | phi_sysB, | ||
const unsigned int | n_dofs_sysA, | ||
const unsigned int | n_dofs_sysB, | ||
const std::vector< libMesh::Real > & | JxW, | ||
const libMesh::Number | cte | ||
) |
Definition at line 44 of file weak_formulations.cpp.
void Mass | ( | libMesh::DenseMatrix< libMesh::Number > & | Mass, |
unsigned int | qp, | ||
const std::vector< std::vector< libMesh::Real > > & | phi, | ||
const unsigned int | n_dofs, | ||
const std::vector< libMesh::Real > & | JxW, | ||
const libMesh::Number | cte = 1 |
||
) |
/file weak_formulations.h
Definition at line 5 of file weak_formulations.cpp.