#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <CXX/Extensions.hxx>
#include "FemMeshPy.h"
#include "FemMesh.h"
#include "FemMeshProperty.h"
#include "FemMeshObject.h"
#include "HypothesisPy.h"
Go to the source code of this file.
Functions | |
void | initFem () |
PyDoc_STRVAR (module_Fem_doc,"This module is the FEM module.") | |
Variables | |
struct PyMethodDef | Fem_methods [] |
void initFem | ( | ) |
Definition at line 46 of file AppFem.cpp.
References Base::Console(), Fem_methods, Fem::PropertyFemMesh::init(), Fem::FemMeshObject::init(), Fem::FemMesh::init(), Fem::StdMeshers_Hexa_3DPy::init_type(), Fem::StdMeshers_TrianglePreferencePy::init_type(), Fem::StdMeshers_StartEndLengthPy::init_type(), Fem::StdMeshers_SegmentLengthAroundVertexPy::init_type(), Fem::StdMeshers_SegmentAroundVertex_0DPy::init_type(), Fem::StdMeshers_RadialPrism_3DPy::init_type(), Fem::StdMeshers_QuadraticMeshPy::init_type(), Fem::StdMeshers_ProjectionSource3DPy::init_type(), Fem::StdMeshers_ProjectionSource2DPy::init_type(), Fem::StdMeshers_ProjectionSource1DPy::init_type(), Fem::StdMeshers_Projection_3DPy::init_type(), Fem::StdMeshers_Projection_2DPy::init_type(), Fem::StdMeshers_Projection_1DPy::init_type(), Fem::StdMeshers_Prism_3DPy::init_type(), Fem::StdMeshers_NumberOfSegmentsPy::init_type(), Fem::StdMeshers_NumberOfLayersPy::init_type(), Fem::StdMeshers_MEFISTO_2DPy::init_type(), Fem::StdMeshers_MaxElementVolumePy::init_type(), Fem::StdMeshers_LengthFromEdgesPy::init_type(), Fem::StdMeshers_LayerDistributionPy::init_type(), Fem::StdMeshers_Deflection1DPy::init_type(), Fem::StdMeshers_CompositeSegment_1DPy::init_type(), Fem::StdMeshers_UseExisting_2DPy::init_type(), Fem::StdMeshers_UseExisting_1DPy::init_type(), Fem::StdMeshers_Regular_1DPy::init_type(), Fem::StdMeshers_MaxElementAreaPy::init_type(), Fem::StdMeshers_Quadrangle_2DPy::init_type(), Fem::StdMeshers_QuadranglePreferencePy::init_type(), Fem::StdMeshers_LocalLengthPy::init_type(), Fem::StdMeshers_MaxLengthPy::init_type(), Fem::StdMeshers_NotConformAllowedPy::init_type(), Fem::StdMeshers_AutomaticLengthPy::init_type(), Fem::StdMeshers_Arithmetic1DPy::init_type(), Base::Interpreter(), Fem::FemMeshPy::Type, and Base::Exception::what().
PyDoc_STRVAR | ( | module_Fem_doc | , | |
"This module is the FEM module." | ||||
) |
struct PyMethodDef Fem_methods[] |
Definition at line 1001 of file AppFemPy.cpp.
Referenced by initFem().