-
I wanted to use the closed interpolator outside [0,1], so in principle I thought it would be periodic; but in fact its domain is [0, 1 + 1/n], and it "crashes" outside.
Here's how I "fix" this:
…
-
Hi, do we have plans to support building ParamPoly3 geometry from a point list? That would be very useful to buid opendrive maps from real world data.
-
```
What SDD Object:Property(s) are relevant to this issue?
CurveMapSingleVariable (CrvMapSglVar)
CurveMapDoubleVariable (CrvMapDblVar)
Explanation of addition, revision, or clarification:
The ACM d…
-
Before I start editing my copy of MEEP source code, I would like to discuss one feature proposal that could help many newcomers (see http://meepunits.wikia.com/wiki/Meep_unit_transformation_Wiki, http…
-
I've started working on more polar systems which are so non-ideal that the Gibbs surface is not defined for most parameters (which incidentally also destroys a few proofs I was working on due to lack …
-
Reviewing the stiffness matrix for Timoshenko beam's in Cook's finite element textbook (4th edition), when kappa-->inf (or k=1/kappa=0 in the Cook textbook), the bending stiffness matrix reduces to th…
-
- Solving channel can be as much as 20% of computation time (maybe more in some places)
- 2 Questions:
- **How to Efficiently Simulate Small Channels**
- *If we use FTABLE or Muskingum, this…
-
It doesn't look as if sympy's test module has a way to do parametrised tests like pytest does. These could be very useful in e.g. the `test_ode.py` which has many repetitive but not always consistent …
-
A cell in your n-category may have a particular meaning that is best represented by a particular picture, which may be different than or indeed explicitly contradict the default picture globular chose…
cdgls updated
8 years ago
-
### Current Behavior
The dictionary returned by nx.get_edge_attributes has the structure (source, dest, enum):attr, where the third field just enumerates the occurrences of each edge. Thi…