|
GRINS-0.6.0
|
#include "grins/boundary_conditions.h"#include "grins/assembly_context.h"#include "grins/cached_values.h"#include "libmesh/libmesh_common.h"#include "libmesh/point.h"#include "libmesh/quadrature.h"#include "libmesh/elem.h"#include "libmesh/fe_interface.h"
Go to the source code of this file.
Namespaces | |
| GRINS | |
| GRINS namespace. | |
Functions | |
| template void | GRINS::BoundaryConditions::apply_neumann< libMesh::Real > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::RealGradient &) const |
| template void | GRINS::BoundaryConditions::apply_neumann< libMesh::RealGradient > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::RealTensor &) const |
| template void | GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::Real > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::RealGradient &) const |
| template void | GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::RealGradient > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::RealTensor &) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal< libMesh::Real > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::Real &) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal< libMesh::RealGradient > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::RealGradient &) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::Real > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::Real &) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::RealGradient > (AssemblyContext &, const GRINS::VariableIndex, const libMesh::Real, const libMesh::RealGradient &) const |
| template void | GRINS::BoundaryConditions::apply_neumann< libMesh::Real > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann< libMesh::RealGradient > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::Real > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::RealGradient > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal< libMesh::Real > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal< libMesh::RealGradient > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::Real > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::RealGradient > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const libMesh::Real, std::tr1::shared_ptr< GRINS::NeumannFuncObj >) const |
| template void | GRINS::BoundaryConditions::pin_value< libMesh::Real > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const double, const libMesh::Point &, const double) |
| template void | GRINS::BoundaryConditions::pin_value< libMesh::RealGradient > (AssemblyContext &, const GRINS::CachedValues &, const bool, const GRINS::VariableIndex, const double, const libMesh::Point &, const double) |
| template void GRINS::BoundaryConditions::apply_neumann< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::RealGradient & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::RealTensor & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::RealGradient & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::RealTensor & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_axisymmetric< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::Real & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::RealGradient & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::Real & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| const libMesh::RealGradient & | |||
| ) | const |
| template void GRINS::BoundaryConditions::apply_neumann_normal_axisymmetric< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const libMesh::Real | , | ||
| std::tr1::shared_ptr< GRINS::NeumannFuncObj > | |||
| ) | const |
| template void GRINS::BoundaryConditions::pin_value< libMesh::Real > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const double | , | ||
| const libMesh::Point & | , | ||
| const double | |||
| ) |
| template void GRINS::BoundaryConditions::pin_value< libMesh::RealGradient > | ( | AssemblyContext & | , |
| const GRINS::CachedValues & | , | ||
| const bool | , | ||
| const GRINS::VariableIndex | , | ||
| const double | , | ||
| const libMesh::Point & | , | ||
| const double | |||
| ) |