]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Wed, 7 Mar 2012 15:06:37 +0000 (15:06 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Bind methods creating algorithms (defined by plugins) to the class Mesh
eap [Wed, 7 Mar 2012 15:05:01 +0000 (15:05 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
+ StdMeshersDC.py \
eap [Wed, 7 Mar 2012 15:04:45 +0000 (15:04 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Move definition of algorithms to ./StdMeshersDC.py
eap [Wed, 7 Mar 2012 15:03:32 +0000 (15:03 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Use TVar structure to dump arguments that can be defined via
notebook variables
eap [Wed, 7 Mar 2012 15:02:16 +0000 (15:02 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Remove explicit treatment of NETGEN commands
eap [Wed, 7 Mar 2012 14:59:11 +0000 (14:59 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
void SMESH_Mesh_i::SetParameters(const char* theParameters)
{
- SMESH_Gen_i::GetSMESHGen()->UpdateParameters(SMESH::SMESH_Mesh::_narrow(_this()),
- CORBA::string_dup(theParameters));
+ SMESH_Gen_i::GetSMESHGen()->UpdateParameters(theParameters);
eap [Wed, 7 Mar 2012 14:58:06 +0000 (14:58 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Map names of variables set via SetVarParameter() to the method name setting them
+ void SetVarParameter (const char* parameter, const char* method);
+ char* GetVarParameter (const char* methodName);
+ std::map< std::string, std::string > myMethod2VarParams; // variable parameters
+
+ public:
+ // Methods for backward compatibility of notebook variables
+ virtual void setOldParameters (const char* theParameters);
+ virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const { return ""; }
+ virtual int getParamIndex(const TCollection_AsciiString& method, int nbVars) const { return -1; }
};
// ======================================================
eap [Wed, 7 Mar 2012 14:52:53 +0000 (14:52 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Store names of variables set via UpdateParameters() in myLastParameters field
- void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters);
+ void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters);
+ const std::vector< std::string >& GetLastParameters() const { return myLastParameters; }
+ std::vector< std::string > myLastParameters;
eap [Wed, 7 Mar 2012 14:50:05 +0000 (14:50 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Insert names of variables set via SMESH_Gen_i::UpdateParameters()
into dump strings using TVar structure
eap [Wed, 7 Mar 2012 14:44:20 +0000 (14:44 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
Create new _pyHypothesis'es by reading their data from resource files
of plugins using _pyHypothesisReader
eap [Wed, 7 Mar 2012 14:42:06 +0000 (14:42 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
+class _pyHypothesisReader: public Standard_Transient
rnv [Wed, 7 Mar 2012 11:40:47 +0000 (11:40 +0000)]
Forbid renaming of the objects "in place" by default.
rnv [Wed, 29 Feb 2012 12:02:54 +0000 (12:02 +0000)]
Win32 compilation.
gdd [Tue, 28 Feb 2012 16:10:55 +0000 (16:10 +0000)]
Update doc
gdd [Tue, 28 Feb 2012 15:57:14 +0000 (15:57 +0000)]
Update doc
gdd [Tue, 28 Feb 2012 15:50:48 +0000 (15:50 +0000)]
Add support of internal vertices for BLSURF
rnv [Tue, 28 Feb 2012 15:19:32 +0000 (15:19 +0000)]
Issue 21046: EDF 1610 GUI: To be able to change the width of the lines:
Update documentation.
eap [Tue, 28 Feb 2012 14:22:50 +0000 (14:22 +0000)]
- \note VTK viewer has the limitation that volume elements basing on
- the same set of nodes are invisible in the VTK viewer.
eap [Tue, 28 Feb 2012 14:06:58 +0000 (14:06 +0000)]
load mesh from study before Compute and PreCompute
rnv [Tue, 28 Feb 2012 14:00:22 +0000 (14:00 +0000)]
Fix compilation on win32 platform.
eap [Tue, 28 Feb 2012 13:32:04 +0000 (13:32 +0000)]
fix CoincidentElements::IsSatisfy() for polyhedrons
eap [Tue, 28 Feb 2012 07:47:56 +0000 (07:47 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
Do not erase commands of hyps not used to compute mesh
gdd [Mon, 27 Feb 2012 12:49:43 +0000 (12:49 +0000)]
Changed "Display settings" to "Properties"
gdd [Mon, 27 Feb 2012 11:14:54 +0000 (11:14 +0000)]
Update doc
gdd [Mon, 27 Feb 2012 11:09:21 +0000 (11:09 +0000)]
Update the "Colors / Size" dialog.
gdd [Mon, 27 Feb 2012 09:56:00 +0000 (09:56 +0000)]
rnc: added missing translations
eap [Mon, 27 Feb 2012 09:15:43 +0000 (09:15 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ ## Loads mesh from the study after opening the study
+ def Load(self):
eap [Fri, 24 Feb 2012 11:49:16 +0000 (11:49 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
Do not forget imported mesh on hypotheses modification
eap [Fri, 24 Feb 2012 10:58:14 +0000 (10:58 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
interface SMESH_Mesh
{
+ boolean IsLoaded()
+ void Load()
interface SMESH_IDSource
{
+ boolean IsMeshInfoCorrect();
eap [Fri, 24 Feb 2012 10:56:40 +0000 (10:56 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ <parameter name="forget_mesh_on_hyp_modif" value="false"/>
eap [Fri, 24 Feb 2012 10:55:52 +0000 (10:55 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
addPreference( tr( "PREF_FORGET_MESH_AT_HYP_MODIF" ), loadGroup, LightApp_Preferences::Bool,
eap [Fri, 24 Feb 2012 10:55:12 +0000 (10:55 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Fri, 24 Feb 2012 10:52:50 +0000 (10:52 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
don't call GetTypes() of GroupOnFilter that can be very long
eap [Fri, 24 Feb 2012 10:51:22 +0000 (10:51 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
move actual mesh loading to SMESH_PreMeshInfo
eap [Fri, 24 Feb 2012 10:50:28 +0000 (10:50 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ bool ToForgetMeshDataOnHypModif() const { return myToForgetMeshDataOnHypModif; }
eap [Fri, 24 Feb 2012 10:49:36 +0000 (10:49 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ virtual bool IsMeshInfoCorrect();
eap [Fri, 24 Feb 2012 10:49:18 +0000 (10:49 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
reimplement after making all member fields of SMESH_subMesh_i private
eap [Fri, 24 Feb 2012 10:47:20 +0000 (10:47 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ CORBA::Boolean IsLoaded()
+ void Load()
+ virtual bool IsMeshInfoCorrect();
+ SMESH_PreMeshInfo* _preMeshInfo; // mesh info before full loading from study file
eap [Fri, 24 Feb 2012 10:46:31 +0000 (10:46 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ virtual bool IsMeshInfoCorrect();
+ SMESH_PreMeshInfo* _preMeshInfo; // mesh info before full loading from study file
eap [Fri, 24 Feb 2012 10:43:27 +0000 (10:43 +0000)]
untabify
eap [Fri, 24 Feb 2012 10:42:57 +0000 (10:42 +0000)]
rename treshold -> threshold
eap [Fri, 24 Feb 2012 10:42:10 +0000 (10:42 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ SMESH_PreMeshInfo.hxx \
eap [Fri, 24 Feb 2012 10:39:58 +0000 (10:39 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
rename private methods to start from lower-case letters
+ void Load();
eap [Fri, 24 Feb 2012 10:38:22 +0000 (10:38 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
rename private methods to start from lower-case letters
enum compute_event {
+ SUBMESH_LOADED
+ void loadDependentMeshes();
eap [Fri, 24 Feb 2012 10:33:21 +0000 (10:33 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
add a note on usage of mySubMeshes while mesh loading
eap [Fri, 24 Feb 2012 10:30:58 +0000 (10:30 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
+ bool IsUpToDate() const;
eap [Fri, 24 Feb 2012 10:29:41 +0000 (10:29 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
protected:
+ inline void setNb(const SMDSAbs_EntityType geomType, const int nb);
ana [Mon, 20 Feb 2012 14:28:00 +0000 (14:28 +0000)]
Fix for the bug IPAL22857: "Find element by point problems"
Update doc
ana [Mon, 20 Feb 2012 14:27:21 +0000 (14:27 +0000)]
Fix for the bug IPAL22857: "Find element by point problems"
Correct doc
ana [Mon, 20 Feb 2012 14:25:20 +0000 (14:25 +0000)]
Fix for the bug IPAL22857: "Find element by point problems"
rnv [Mon, 20 Feb 2012 12:21:17 +0000 (12:21 +0000)]
Fix for the "
0020314 : EDF 993 SMESH : Display bug with Volumes created by GHS3D" issue (problem with displaying coincident 3D elements).
eap [Mon, 20 Feb 2012 06:59:35 +0000 (06:59 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
Keep hyp parameters modifications done after mesh.Comput()
eap [Fri, 17 Feb 2012 15:59:58 +0000 (15:59 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
Fix non-historical treating of hypo methods setting different parameters via one method
by passing parameter names like e.g. SetOption("size", "0.2") -
mangle method name by appending a 1st textual arg
gdd [Fri, 17 Feb 2012 14:30:02 +0000 (14:30 +0000)]
Replace Descret by Discrete in variable and method names.
rnv [Fri, 17 Feb 2012 11:24:13 +0000 (11:24 +0000)]
Change range of the Width spinbox: [0,5] -> [1,5]
gdd [Fri, 17 Feb 2012 09:37:00 +0000 (09:37 +0000)]
Add the anisotropic and anisotropic_ratio options
ana [Thu, 16 Feb 2012 14:52:20 +0000 (14:52 +0000)]
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
and win32 compatibility ( replace isblank() -> isspace() )
ana [Thu, 16 Feb 2012 14:48:49 +0000 (14:48 +0000)]
021374: EDF 1898 SMESH: Extrusion of a node to have an edge
ana [Thu, 16 Feb 2012 14:46:03 +0000 (14:46 +0000)]
021374: Extrusion of a node to have an edge
minor change
ana [Wed, 15 Feb 2012 14:31:34 +0000 (14:31 +0000)]
Implementation of the "
0021374 : EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
Update doc
ana [Wed, 15 Feb 2012 14:30:42 +0000 (14:30 +0000)]
Implementation of the "
0021374 : EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
gdd [Wed, 15 Feb 2012 13:07:11 +0000 (13:07 +0000)]
Initialisation of private variable.
gdd [Wed, 15 Feb 2012 12:41:51 +0000 (12:41 +0000)]
Add missing French translations
eap [Wed, 15 Feb 2012 11:16:59 +0000 (11:16 +0000)]
0021374 : EDF 1898 SMESH: Extrusion of a node to have an edge
Add accessor methods to all commands of the hypothesis
rnv [Tue, 14 Feb 2012 12:08:05 +0000 (12:08 +0000)]
Implementation of the "21046: EDF 1610 GUI: To be able to change the width of the lines" issue.
eap [Tue, 14 Feb 2012 11:35:04 +0000 (11:35 +0000)]
0021494 : EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
enhance checkParams() to allow 1 pair of vertices only for a face with 1 vertex
eap [Tue, 14 Feb 2012 11:33:38 +0000 (11:33 +0000)]
0021494 : EDF 2118 SMESH: Projection2D hypothesis causes Unknown Exception
Allow 1 pair of vertices for a face with 1 vertex
eap [Mon, 13 Feb 2012 17:52:48 +0000 (17:52 +0000)]
0021374 ]: EDF 1898 SMESH: Extrusion of a node to have an edge
Don't ExtrusionFlags
ana [Mon, 13 Feb 2012 16:18:53 +0000 (16:18 +0000)]
Implementation of the "
0021374 : EDF 1898 SMESH: Extrusion of a node to have an edge" issue.
vsr [Mon, 13 Feb 2012 07:53:42 +0000 (07:53 +0000)]
Fix compilation error on Windows
gdd [Fri, 10 Feb 2012 09:18:28 +0000 (09:18 +0000)]
Fix small mistake
eap [Thu, 9 Feb 2012 16:42:07 +0000 (16:42 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
correctly treat a false algorithm created by _pyMesh::Flush()
eap [Thu, 9 Feb 2012 16:24:01 +0000 (16:24 +0000)]
0021491 : EDF 2094 SMESH: Error in the filters dump with "belong to GEOM " criterion
fix threshold setting
eap [Thu, 9 Feb 2012 14:50:10 +0000 (14:50 +0000)]
0021490 : EDF 2114: RadialQuadrangle fails
Fix correspondence between LinEdge1 and LinEdge2 and P1 and P2
eap [Thu, 9 Feb 2012 13:18:11 +0000 (13:18 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
+ def SetDumpPythonHistorical(self, isHistorical):
eap [Thu, 9 Feb 2012 13:17:49 +0000 (13:17 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
ConvertScript(const TCollection_AsciiString& theScript,
Resource_DataMapOfAsciiStringAsciiString& theEntry2AccessorMethod,
Resource_DataMapOfAsciiStringAsciiString& theObjectNames,
+ SALOMEDS::Study_ptr& theStudy,
+ const bool theHistoricalDump);
eap [Thu, 9 Feb 2012 13:17:21 +0000 (13:17 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
+ virtual void SetOption(const char*, const char*);
+ virtual char* GetOption(const char*);
+ bool myIsHistoricalPythonDump;
eap [Thu, 9 Feb 2012 13:16:35 +0000 (13:16 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
eap [Thu, 9 Feb 2012 13:13:29 +0000 (13:13 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
add "historical_python_dump" preference
eap [Thu, 9 Feb 2012 13:11:58 +0000 (13:11 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
avoid crash at deletion of SMESH_subMesh::myOwnListeners at mesh removal
- std::list< std::pair< SMESH_subMesh*, EventListener* > > myOwnListeners;
+ struct OwnListenerData {
+ ...
+ };
+ std::list< OwnListenerData > myOwnListeners;
eap [Thu, 9 Feb 2012 13:10:52 +0000 (13:10 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
+ bool MeshExists( int meshId ) const;
used to avoid crash at deletion of SMESH_subMesh::myOwnListeners
at mesh removal
eap [Thu, 9 Feb 2012 13:08:33 +0000 (13:08 +0000)]
0021375 : EDF 1671 SMESH: Dump study of current state
+ <parameter name="historical_python_dump" value="true" />
eap [Thu, 9 Feb 2012 12:31:36 +0000 (12:31 +0000)]
0021489 : EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
fix after changed behaviour of LoadNodeColumns()
- bool isForward = ( edgeIt->Orientation() == TopAbs_FORWARD );
+ bool isForward =
+ StdMeshers_PrismAsBlock::IsForwardEdge( myHelper->GetMeshDS(),
+ myParam2ColumnMaps[iE],
+ *edgeIt, SMESH_Block::ID_Fx0z );
eap [Thu, 9 Feb 2012 12:30:06 +0000 (12:30 +0000)]
0021489 : EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
fix LoadNodeColumns()
prascle [Thu, 2 Feb 2012 17:06:56 +0000 (17:06 +0000)]
PR: flat elements on 2D meshes
rnv [Wed, 1 Feb 2012 12:31:41 +0000 (12:31 +0000)]
win32 compilation of the Mesh module.
gdd [Tue, 31 Jan 2012 12:41:32 +0000 (12:41 +0000)]
Add missing screenshot
prascle [Tue, 31 Jan 2012 10:51:54 +0000 (10:51 +0000)]
PR: update doc on flat elements, more robust geometry
eap [Tue, 31 Jan 2012 10:51:07 +0000 (10:51 +0000)]
Modif to build doc directory after bin directory
eap [Mon, 30 Jan 2012 09:49:32 +0000 (09:49 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
Update controlMode()
eap [Fri, 27 Jan 2012 10:41:48 +0000 (10:41 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
Add "Double nodes tolerance" preference
eap [Fri, 27 Jan 2012 10:41:12 +0000 (10:41 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
get Tolerance for "Double nodes" from Preferences
eap [Fri, 27 Jan 2012 10:40:34 +0000 (10:40 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
+ <parameter name="equal_nodes_tolerance" value="1e-7"/>
eap [Fri, 27 Jan 2012 10:40:21 +0000 (10:40 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
Tolerance is given in Preferences
eap [Fri, 27 Jan 2012 10:39:45 +0000 (10:39 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
+\note VTK viewer has the limitation that volume elements basing on
+the same set of nodes are invisible in the VTK viewer.
eap [Thu, 26 Jan 2012 16:04:00 +0000 (16:04 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
+ FT_EqualNodes,
+ FT_EqualEdges,
+ FT_EqualFaces,
+ FT_EqualVolumes,
eap [Thu, 26 Jan 2012 16:03:40 +0000 (16:03 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
eap [Thu, 26 Jan 2012 16:02:10 +0000 (16:02 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
Return all nodes from sub-mesh and group
eap [Thu, 26 Jan 2012 15:58:58 +0000 (15:58 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
+ class SMESH_I_EXPORT EqualNodes_i: public virtual POA_SMESH::EqualNodes,
+ class SMESH_I_EXPORT EqualEdges_i: public virtual POA_SMESH::EqualEdges,
+ class SMESH_I_EXPORT EqualFaces_i: public virtual POA_SMESH::EqualFaces,
eap [Thu, 26 Jan 2012 15:57:56 +0000 (15:57 +0000)]
0021338 : EDF 1926 SMESH: New controls and filters
Correctly set mesh modified at transformations